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:
HDFType

public final class TableCellDescriptor
extends TCAbstractType


Field Summary
static int SIZE
           
 
Constructor Summary
TableCellDescriptor()
           
 
Method Summary
 java.lang.Object clone()
           
static TableCellDescriptor convertBytesToTC(byte[] buf, int offset)
           
 
Methods inherited from class org.apache.poi.hwpf.model.types.TCAbstractType
getBrcBottom, getBrcLeft, getBrcRight, getBrcTop, getRgf, getSize, getUnused, getVertAlign, isFBackward, isFFirstMerged, isFMerged, isFRotateFont, isFVertical, isFVertMerge, isFVertRestart, serialize, setBrcBottom, setBrcLeft, setBrcRight, setBrcTop, setFBackward, setFFirstMerged, setFMerged, setFRotateFont, setFVertical, setFVertMerge, setFVertRestart, setRgf, setUnused, setVertAlign, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
See Also:
Constant Field Values
Constructor Detail

TableCellDescriptor

public TableCellDescriptor()
Method Detail

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)