Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected ColumnText |
FloatLayout.compositeColumn |
protected ColumnText |
ColumnText.compositeColumn |
Modifier and Type | Method and Description |
---|---|
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 .
|
Modifier and Type | Method and Description |
---|---|
static ColumnText |
ColumnText.duplicate(ColumnText org)
Creates an independent duplicated of the instance org .
|
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) |
Copyright © 2016. All rights reserved.