public final class TableCellDescriptor extends TCAbstractType implements Duplicatable
Modifier and Type | Field and Description |
---|---|
static int |
SIZE |
field_1_rgf, field_10_ftsCellPaddingBottom, field_11_ftsCellPaddingRight, field_12_wCellSpacingLeft, field_13_wCellSpacingTop, field_14_wCellSpacingBottom, field_15_wCellSpacingRight, field_16_ftsCellSpacingLeft, field_17_ftsCellSpacingTop, field_18_ftsCellSpacingBottom, field_19_ftsCellSpacingRight, field_2_wWidth, field_20_brcTop, field_21_brcLeft, field_22_brcBottom, field_23_brcRight, field_3_shd, field_4_wCellPaddingLeft, field_5_wCellPaddingTop, field_6_wCellPaddingBottom, field_7_wCellPaddingRight, field_8_ftsCellPaddingLeft, field_9_ftsCellPaddingTop
Constructor and Description |
---|
TableCellDescriptor() |
TableCellDescriptor(TableCellDescriptor other) |
Modifier and Type | Method and Description |
---|---|
TableCellDescriptor |
clone()
Deprecated.
|
static TableCellDescriptor |
convertBytesToTC(byte[] buf,
int offset) |
TableCellDescriptor |
copy() |
protected void |
fillFields(byte[] data,
int offset) |
void |
serialize(byte[] data,
int offset) |
getBrcBottom, getBrcLeft, getBrcRight, getBrcTop, getFtsCellPaddingBottom, getFtsCellPaddingLeft, getFtsCellPaddingRight, getFtsCellPaddingTop, getFtsCellSpacingBottom, getFtsCellSpacingLeft, getFtsCellSpacingRight, getFtsCellSpacingTop, getFtsWidth, getFUnused, getRgf, getShd, getVertAlign, getWCellPaddingBottom, getWCellPaddingLeft, getWCellPaddingRight, getWCellPaddingTop, getWCellSpacingBottom, getWCellSpacingLeft, getWCellSpacingRight, getWCellSpacingTop, getWWidth, isFBackward, isFFirstMerged, isFFitText, isFMerged, isFNoWrap, isFRotateFont, isFVertical, isFVertMerge, isFVertRestart, setBrcBottom, setBrcLeft, setBrcRight, setBrcTop, setFBackward, setFFirstMerged, setFFitText, setFMerged, setFNoWrap, setFRotateFont, setFtsCellPaddingBottom, setFtsCellPaddingLeft, setFtsCellPaddingRight, setFtsCellPaddingTop, setFtsCellSpacingBottom, setFtsCellSpacingLeft, setFtsCellSpacingRight, setFtsCellSpacingTop, setFtsWidth, setFUnused, setFVertical, setFVertMerge, setFVertRestart, setRgf, setShd, setVertAlign, setWCellPaddingBottom, setWCellPaddingLeft, setWCellPaddingRight, setWCellPaddingTop, setWCellSpacingBottom, setWCellSpacingLeft, setWCellSpacingRight, setWCellSpacingTop, setWWidth, toString
public static final int SIZE
public TableCellDescriptor()
public TableCellDescriptor(TableCellDescriptor other)
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
@Deprecated @Removal(version="5.0.0") public TableCellDescriptor clone()
clone
in class java.lang.Object
public TableCellDescriptor copy()
copy
in interface Duplicatable
public static TableCellDescriptor convertBytesToTC(byte[] buf, int offset)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.