|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnText | |
---|---|
com.itextpdf.text.pdf |
Uses of ColumnText in com.itextpdf.text.pdf |
---|
Fields in com.itextpdf.text.pdf declared as ColumnText | |
---|---|
protected ColumnText |
ColumnText.compositeColumn
|
protected ColumnText |
FloatLayout.compositeColumn
|
Methods in com.itextpdf.text.pdf that return ColumnText | |
---|---|
static ColumnText |
ColumnText.duplicate(ColumnText org)
Creates an independent duplicated of the instance org . |
ColumnText |
PdfPCell.getColumn()
Gets the ColumnText with the content of the cell. |
ColumnText |
ColumnText.setACopy(ColumnText org)
Makes this instance an independent copy of org . |
Methods in com.itextpdf.text.pdf with parameters of type ColumnText | |
---|---|
static ColumnText |
ColumnText.duplicate(ColumnText org)
Creates an independent duplicated of the instance org . |
int |
PdfDiv.layout(ColumnText compositeColumn,
boolean simulate,
float llx,
float lly,
float urx,
float ury)
|
ColumnText |
ColumnText.setACopy(ColumnText org)
Makes this instance an independent copy of org . |
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. |
Constructors in com.itextpdf.text.pdf with parameters of type ColumnText | |
---|---|
FloatLayout(ColumnText compositeColumn,
List<Element> elements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |