public class PDTableTextCellDef extends APDTableCellDef
background, cellBorderStyle, idx, padding, width| Constructor and Description |
|---|
PDTableTextCellDef(int idx,
float width,
PDInsets padding,
java.awt.Color background,
float textSpacing,
PDTableCellTextGetter textGetter,
PDBorderStyle cellBorderStyle,
HorizontalAlign horizontalTextAlign,
VerticalAlign verticalTextAlign,
VerticalAlign verticalTextLineAlign) |
| Modifier and Type | Method and Description |
|---|---|
APDTableCell |
buildCell(java.lang.Object valueObj,
int i,
int curRow,
int curPage) |
HorizontalAlign |
getHorizontalTextAlign() |
PDTableCellTextGetter |
getTextGetter() |
float |
getTextSpacing() |
VerticalAlign |
getVerticalTextAlign() |
getBackground, getCellBorderStyle, getIdx, getPadding, getWidthpublic PDTableTextCellDef(int idx,
float width,
PDInsets padding,
java.awt.Color background,
float textSpacing,
PDTableCellTextGetter textGetter,
PDBorderStyle cellBorderStyle,
HorizontalAlign horizontalTextAlign,
VerticalAlign verticalTextAlign,
VerticalAlign verticalTextLineAlign)
public float getTextSpacing()
public PDTableCellTextGetter getTextGetter()
public HorizontalAlign getHorizontalTextAlign()
public VerticalAlign getVerticalTextAlign()
public APDTableCell buildCell(java.lang.Object valueObj, int i, int curRow, int curPage) throws java.io.IOException
buildCell in class APDTableCellDefjava.io.IOException