public abstract class APDTableCellDef
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Color |
background |
protected PDBorderStyle |
cellBorderStyle |
protected int |
idx |
protected PDInsets |
padding |
protected float |
width |
| Constructor and Description |
|---|
APDTableCellDef(PDInsets padding,
java.awt.Color background,
float width,
PDBorderStyle cellBorderStyle,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
abstract APDTableCell |
buildCell(java.lang.Object valueObj,
int i,
int curRow,
int curPage) |
java.awt.Color |
getBackground() |
PDBorderStyle |
getCellBorderStyle() |
int |
getIdx() |
PDInsets |
getPadding() |
float |
getWidth() |
protected final int idx
protected final float width
protected final PDInsets padding
protected final java.awt.Color background
protected final PDBorderStyle cellBorderStyle
public APDTableCellDef(PDInsets padding, java.awt.Color background, float width, PDBorderStyle cellBorderStyle, int idx)
public int getIdx()
public float getWidth()
public java.awt.Color getBackground()
public PDInsets getPadding()
public PDBorderStyle getCellBorderStyle()
public abstract APDTableCell buildCell(java.lang.Object valueObj, int i, int curRow, int curPage) throws java.io.IOException
java.io.IOException