Package org.apache.poi.hwpf.usermodel
Class TableCellDescriptor
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.TCAbstractType
-
- org.apache.poi.hwpf.usermodel.TableCellDescriptor
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class TableCellDescriptor extends TCAbstractType implements java.lang.Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description static intSIZE-
Fields inherited from class org.apache.poi.hwpf.model.types.TCAbstractType
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 Summary
Constructors Constructor Description TableCellDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()static TableCellDescriptorconvertBytesToTC(byte[] buf, int offset)protected voidfillFields(byte[] data, int offset)voidserialize(byte[] data, int offset)-
Methods inherited from class org.apache.poi.hwpf.model.types.TCAbstractType
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
-
-
-
-
Field Detail
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillFields
protected void fillFields(byte[] data, int offset)
-
serialize
public void serialize(byte[] data, int offset)
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
convertBytesToTC
public static TableCellDescriptor convertBytesToTC(byte[] buf, int offset)
-
-