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 ColumnTextMethods in com.lowagie.text.pdf that return ColumnTextModifier and TypeMethodDescriptionstatic ColumnTextColumnText.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 ColumnTextColumnText.duplicate(ColumnText org) Creates an independent duplicated of the instanceorg.ColumnText.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.