Example usage for com.itextpdf.text.pdf ColumnText isAllowedElement

List of usage examples for com.itextpdf.text.pdf ColumnText isAllowedElement

Introduction

In this page you can find the example usage for com.itextpdf.text.pdf ColumnText isAllowedElement.

Prototype

public static boolean isAllowedElement(Element element) 

Source Link

Usage

From source file:com.chaschev.itext.ColumnTextBuilder.java

License:Apache License

public static boolean isAllowedElement(Element element) {
    return ColumnText.isAllowedElement(element);
}