Java Doc for SimpleCell.java in » PDF » pdf-itext » com » lowagie » text » Java Source Code / Java DocumentationJava Source Code and Java Documentation
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).
Constructor Summary
public
SimpleCell(boolean row) A CellAttributes object is always constructed without any dimensions.
Indicates that the largest ascender height should be used to determine the
height of the first line. Note that this only has an effect when rendered
to PDF. Setting this to true can help with vertical alignment problems.
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). Note that
this only has an effect when rendered to PDF.
A CellAttributes object is always constructed without any dimensions.
Dimensions are defined after creation.
Parameters: row - only true if the CellAttributes object represents a row.