Java com.lowagie.text.pdf MultiColumnText fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf MultiColumnText fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf MultiColumnText.

The text is from its open source code.

Constructor

MultiColumnText()
Default constructor.
MultiColumnText(float height)
Construct a MultiColumnText container of the specified height.

Method

voidaddElement(Element element)
Add an element to be rendered in a column.
voidaddRegularColumns(float left, float right, float gutterWidth, int numColumns)
Add the specified number of evenly spaced rectangular columns.
voidnextColumn()
Moves the text insertion point to the beginning of the next column, issuing a page break if needed.