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:
org.apache.poi.hdf.model.hdftypes.HDFType

public class TableCellDescriptor
extends TCAbstractType


Field Summary
static int SIZE
           
 
Fields inherited from class org.apache.poi.hwpf.model.types.TCAbstractType
field_1_rgf, field_2_unused, field_3_brcTop, field_4_brcLeft, field_5_brcBottom, field_6_brcRight
 
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
fillFields, 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, finalize, 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)


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