|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.FibRgLw97AbstractType
public abstract class FibRgLw97AbstractType
The FibRgLw97 structure is the third section of the FIB. This contains an array of 4-byte values.
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and [MS-DOC] - v20110608 Word (.doc) Binary File Format
NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/types/definitions.
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getCbMac()
Specifies the count of bytes of those written to the WordDocument stream of the file that have any meaning. |
int |
getCcpAtn()
A signed integer that specifies the count of CPs in the comment subdocument. |
int |
getCcpEdn()
A signed integer that specifies the count of CPs in the endnote subdocument. |
int |
getCcpFtn()
A signed integer that specifies the count of CPs in the footnote subdocument. |
int |
getCcpHdd()
A signed integer that specifies the count of CPs in the header subdocument. |
int |
getCcpHdrTxbx()
A signed integer that specifies the count of CPs in the textbox subdocument of the header. |
int |
getCcpText()
A signed integer that specifies the count of CPs in the main document. |
int |
getCcpTxbx()
A signed integer that specifies the count of CPs in the textbox subdocument of the main document. |
int |
getReserved1()
This value is undefined and MUST be ignored. |
int |
getReserved10()
This value is undefined and MUST be ignored. |
int |
getReserved11()
This value is undefined and MUST be ignored. |
int |
getReserved12()
This value SHOULD be zero, and MUST be ignored. |
int |
getReserved13()
This value MUST be zero and MUST be ignored. |
int |
getReserved14()
This value MUST be zero and MUST be ignored. |
int |
getReserved2()
This value is undefined and MUST be ignored. |
int |
getReserved3()
This value is undefined and MUST be ignored. |
int |
getReserved4()
This value is undefined and MUST be ignored. |
int |
getReserved5()
This value is undefined and MUST be ignored. |
int |
getReserved6()
This value MUST be equal or less than the number of data elements in PlcBteChpx, as specified by FibRgFcLcb97.fcPlcfBteChpx and FibRgFcLcb97.lcbPlcfBteChpx. |
int |
getReserved7()
This value is undefined and MUST be ignored. |
int |
getReserved8()
This value is undefined and MUST be ignored. |
int |
getReserved9()
This value MUST be less than or equal to the number of data elements in PlcBtePapx, as specified by FibRgFcLcb97.fcPlcfBtePapx and FibRgFcLcb97.lcbPlcfBtePapx. |
static int |
getSize()
Size of record |
int |
hashCode()
|
byte[] |
serialize()
|
void |
serialize(byte[] data,
int offset)
|
void |
setCbMac(int field_1_cbMac)
Specifies the count of bytes of those written to the WordDocument stream of the file that have any meaning. |
void |
setCcpAtn(int field_8_ccpAtn)
A signed integer that specifies the count of CPs in the comment subdocument. |
void |
setCcpEdn(int field_9_ccpEdn)
A signed integer that specifies the count of CPs in the endnote subdocument. |
void |
setCcpFtn(int field_5_ccpFtn)
A signed integer that specifies the count of CPs in the footnote subdocument. |
void |
setCcpHdd(int field_6_ccpHdd)
A signed integer that specifies the count of CPs in the header subdocument. |
void |
setCcpHdrTxbx(int field_11_ccpHdrTxbx)
A signed integer that specifies the count of CPs in the textbox subdocument of the header. |
void |
setCcpText(int field_4_ccpText)
A signed integer that specifies the count of CPs in the main document. |
void |
setCcpTxbx(int field_10_ccpTxbx)
A signed integer that specifies the count of CPs in the textbox subdocument of the main document. |
void |
setReserved1(int field_2_reserved1)
This value is undefined and MUST be ignored. |
void |
setReserved10(int field_18_reserved10)
This value is undefined and MUST be ignored. |
void |
setReserved11(int field_19_reserved11)
This value is undefined and MUST be ignored. |
void |
setReserved12(int field_20_reserved12)
This value SHOULD be zero, and MUST be ignored. |
void |
setReserved13(int field_21_reserved13)
This value MUST be zero and MUST be ignored. |
void |
setReserved14(int field_22_reserved14)
This value MUST be zero and MUST be ignored. |
void |
setReserved2(int field_3_reserved2)
This value is undefined and MUST be ignored. |
void |
setReserved3(int field_7_reserved3)
This value is undefined and MUST be ignored. |
void |
setReserved4(int field_12_reserved4)
This value is undefined and MUST be ignored. |
void |
setReserved5(int field_13_reserved5)
This value is undefined and MUST be ignored. |
void |
setReserved6(int field_14_reserved6)
This value MUST be equal or less than the number of data elements in PlcBteChpx, as specified by FibRgFcLcb97.fcPlcfBteChpx and FibRgFcLcb97.lcbPlcfBteChpx. |
void |
setReserved7(int field_15_reserved7)
This value is undefined and MUST be ignored. |
void |
setReserved8(int field_16_reserved8)
This value is undefined and MUST be ignored. |
void |
setReserved9(int field_17_reserved9)
This value MUST be less than or equal to the number of data elements in PlcBtePapx, as specified by FibRgFcLcb97.fcPlcfBtePapx and FibRgFcLcb97.lcbPlcfBtePapx. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void serialize(byte[] data, int offset)
public byte[] serialize()
public static int getSize()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int getCbMac()
public void setCbMac(int field_1_cbMac)
public int getReserved1()
public void setReserved1(int field_2_reserved1)
public int getReserved2()
public void setReserved2(int field_3_reserved2)
public int getCcpText()
public void setCcpText(int field_4_ccpText)
public int getCcpFtn()
public void setCcpFtn(int field_5_ccpFtn)
public int getCcpHdd()
public void setCcpHdd(int field_6_ccpHdd)
public int getReserved3()
public void setReserved3(int field_7_reserved3)
public int getCcpAtn()
public void setCcpAtn(int field_8_ccpAtn)
public int getCcpEdn()
public void setCcpEdn(int field_9_ccpEdn)
public int getCcpTxbx()
public void setCcpTxbx(int field_10_ccpTxbx)
public int getCcpHdrTxbx()
public void setCcpHdrTxbx(int field_11_ccpHdrTxbx)
public int getReserved4()
public void setReserved4(int field_12_reserved4)
public int getReserved5()
public void setReserved5(int field_13_reserved5)
public int getReserved6()
public void setReserved6(int field_14_reserved6)
public int getReserved7()
public void setReserved7(int field_15_reserved7)
public int getReserved8()
public void setReserved8(int field_16_reserved8)
public int getReserved9()
public void setReserved9(int field_17_reserved9)
public int getReserved10()
public void setReserved10(int field_18_reserved10)
public int getReserved11()
public void setReserved11(int field_19_reserved11)
public int getReserved12()
public void setReserved12(int field_20_reserved12)
public int getReserved13()
public void setReserved13(int field_21_reserved13)
public int getReserved14()
public void setReserved14(int field_22_reserved14)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |