org.apache.poi.hwpf.usermodel
Class TableCellDescriptor

java.lang.Object
  extended by org.apache.poi.hwpf.model.types.TCAbstractType
      extended by org.apache.poi.hwpf.usermodel.TableCellDescriptor
All Implemented Interfaces:
java.lang.Cloneable, org.apache.poi.hdf.model.hdftypes.HDFType

public final class TableCellDescriptor
extends TCAbstractType
implements java.lang.Cloneable


Field Summary
protected  short field_x_unused
           
static int SIZE
           
 
Fields inherited from class org.apache.poi.hwpf.model.types.TCAbstractType
field_1_rgf, field_10_ftsCellPaddingRight, field_11_wCellSpacingLeft, field_12_wCellSpacingTop, field_13_wCellSpacingBottom, field_14_wCellSpacingRight, field_15_ftsCellSpacingLeft, field_16_ftsCellSpacingTop, field_17_ftsCellSpacingBottom, field_18_ftsCellSpacingRight, field_19_brcTop, field_2_wWidth, field_20_brcLeft, field_21_brcBottom, field_22_brcRight, field_3_wCellPaddingLeft, field_4_wCellPaddingTop, field_5_wCellPaddingBottom, field_6_wCellPaddingRight, field_7_ftsCellPaddingLeft, field_8_ftsCellPaddingTop, field_9_ftsCellPaddingBottom
 
Constructor Summary
TableCellDescriptor()
           
 
Method Summary
 java.lang.Object clone()
           
static TableCellDescriptor convertBytesToTC(byte[] buf, int offset)
           
protected  void fillFields(byte[] data, int offset)
           
 void serialize(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, getSize, 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, setVertAlign, setWCellPaddingBottom, setWCellPaddingLeft, setWCellPaddingRight, setWCellPaddingTop, setWCellSpacingBottom, setWCellSpacingLeft, setWCellSpacingRight, setWCellSpacingTop, setWWidth, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
See Also:
Constant Field Values

field_x_unused

protected short field_x_unused
Constructor Detail

TableCellDescriptor

public TableCellDescriptor()
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:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

convertBytesToTC

public static TableCellDescriptor convertBytesToTC(byte[] buf,
                                                   int offset)


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.