Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
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) |
void |
MultiColumnText.useColumnParams(ColumnText sourceColumn)
Copy the parameters from the specified ColumnText to use
when rendering.
|
Copyright © 2018. All rights reserved.