|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hwpf.model.types.TCAbstractType org.apache.poi.hwpf.usermodel.TableCellDescriptor
public class TableCellDescriptor
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 |
---|
public static final int SIZE
Constructor Detail |
---|
public TableCellDescriptor()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public static TableCellDescriptor convertBytesToTC(byte[] buf, int offset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |