Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected ColumnText |
ColumnText.compositeColumn |
protected ColumnText |
FloatLayout.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 © 2019. All rights reserved.