Field Summary |
|
protected ArrayList | arrayList The ArrayList of Element s
that are part of the content of the Cell. |
protected int | colspan The colspan of the cell. |
protected boolean | groupChange |
protected boolean | header |
protected int | horizontalAlignment The horizontal alignment of the cell content. |
float | leading The leading of the content inside the cell. |
protected int | maxLines Maximum number of lines allowed in the cell. |
protected boolean | percentage |
protected int | rowspan The rowspan of the cell. |
String | showTruncation If a truncation happens due to the
Cell.maxLines property, then this text will
be added to indicate a truncation has happened.
Default value is null, and means avoiding marking the truncation. |
protected boolean | useAscender Indicates that the largest ascender height should be used to determine the
height of the first line. |
protected boolean | useBorderPadding Adjusts the cell contents to compensate for border widths. |
protected boolean | useDescender Indicates that the largest descender height should be added to the height of
the last line (so characters like y don't dip into the border). |
protected int | verticalAlignment The vertical alignment of the cell content. |
protected float | width The width of the cell as a String. |