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:
org.apache.poi.common.Duplicatable
public final class TableCellDescriptor
extends TCAbstractType
implements org.apache.poi.common.Duplicatable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TableCellDescriptorconvertBytesToTC(byte[] buf, int offset) copy()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 Details
-
SIZE
public static final int SIZE- See Also:
-
-
Constructor Details
-
TableCellDescriptor
public TableCellDescriptor() -
TableCellDescriptor
-
-
Method Details
-
serialize
public void serialize(byte[] data, int offset) -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable
-
convertBytesToTC
-