Uses of Class
com.lowagie.text.pdf.ColumnText
Packages that use ColumnText
-
Uses of ColumnText in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as ColumnTextModifier and TypeFieldDescriptionprivate ColumnText
PdfPCell.column
private ColumnText
MultiColumnText.columnText
ColumnText object used to do all the real work.protected ColumnText
ColumnText.compositeColumn
Methods in com.lowagie.text.pdf that return ColumnTextModifier and TypeMethodDescriptionstatic ColumnText
ColumnText.duplicate
(ColumnText org) Creates an independent duplicated of the instanceorg
.PdfPCell.getColumn()
Gets the ColumnText with the content of the cell.ColumnText.setACopy
(ColumnText org) Makes this instance an independent copy oforg
.Methods in com.lowagie.text.pdf with parameters of type ColumnTextModifier and TypeMethodDescriptionstatic ColumnText
ColumnText.duplicate
(ColumnText org) Creates an independent duplicated of the instanceorg
.ColumnText.setACopy
(ColumnText org) Makes this instance an independent copy oforg
.void
PdfPCell.setColumn
(ColumnText column) Sets the ColumnText in the cell.static float
PdfPRow.setColumn
(ColumnText ct, float left, float bottom, float right, float top) protected void
ColumnText.setSimpleVars
(ColumnText org) void
MultiColumnText.useColumnParams
(ColumnText sourceColumn) Copy the parameters from the specified ColumnText to use when rendering.