Uses of Class
com.itextpdf.text.pdf.ColumnText
-
Packages that use ColumnText Package Description com.itextpdf.text.pdf -
-
Uses of ColumnText in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as ColumnText Modifier and Type Field Description protected ColumnTextColumnText. compositeColumnMethods in com.itextpdf.text.pdf that return ColumnText Modifier and Type Method Description static ColumnTextColumnText. duplicate(ColumnText org)Creates an independent duplicated of the instanceorg.ColumnTextPdfPCell. getColumn()Gets the ColumnText with the content of the cell.ColumnTextColumnText. setACopy(ColumnText org)Makes this instance an independent copy oforg.Methods in com.itextpdf.text.pdf with parameters of type ColumnText Modifier and Type Method Description static ColumnTextColumnText. duplicate(ColumnText org)Creates an independent duplicated of the instanceorg.ColumnTextColumnText. setACopy(ColumnText org)Makes this instance an independent copy oforg.voidPdfPCell. setColumn(ColumnText column)Sets the columntext in the cell.static floatPdfPRow. setColumn(ColumnText ct, float left, float bottom, float right, float top)protected voidColumnText. setSimpleVars(ColumnText org)voidMultiColumnText. useColumnParams(ColumnText sourceColumn)Copy the parameters from the specified ColumnText to use when rendering.
-