Package org.apache.poi.hwpf.model.types
Class FibRgLw95AbstractType
java.lang.Object
org.apache.poi.hwpf.model.types.FibRgLw95AbstractType
The FibRgLw95 structure is the third section of the FIB for Word95.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetCbMac()Get the cbMac field for the FibRgLw95 record.intGet the ccpAtn field for the FibRgLw95 record.intGet the ccpEdn field for the FibRgLw95 record.intGet the ccpFtn field for the FibRgLw95 record.intGet the ccpHdd field for the FibRgLw95 record.intGet the ccpHdrTxbx field for the FibRgLw95 record.intGet the ccpMcr field for the FibRgLw95 record.intGet the ccpText field for the FibRgLw95 record.intGet the ccpTxbx field for the FibRgLw95 record.intGet the reserved1 field for the FibRgLw95 record.intGet the reserved2 field for the FibRgLw95 record.intGet the reserved3 field for the FibRgLw95 record.intGet the reserved4 field for the FibRgLw95 record.intGet the reserved5 field for the FibRgLw95 record.static intgetSize()Size of recordinthashCode()byte[]voidserialize(byte[] data, int offset) voidsetCbMac(int field_1_cbMac) Set the cbMac field for the FibRgLw95 record.voidsetCcpAtn(int field_10_ccpAtn) Set the ccpAtn field for the FibRgLw95 record.voidsetCcpEdn(int field_11_ccpEdn) Set the ccpEdn field for the FibRgLw95 record.voidsetCcpFtn(int field_7_ccpFtn) Set the ccpFtn field for the FibRgLw95 record.voidsetCcpHdd(int field_8_ccpHdd) Set the ccpHdd field for the FibRgLw95 record.voidsetCcpHdrTxbx(int field_13_ccpHdrTxbx) Set the ccpHdrTxbx field for the FibRgLw95 record.voidsetCcpMcr(int field_9_ccpMcr) Set the ccpMcr field for the FibRgLw95 record.voidsetCcpText(int field_6_ccpText) Set the ccpText field for the FibRgLw95 record.voidsetCcpTxbx(int field_12_ccpTxbx) Set the ccpTxbx field for the FibRgLw95 record.voidsetReserved1(int field_2_reserved1) Set the reserved1 field for the FibRgLw95 record.voidsetReserved2(int field_3_reserved2) Set the reserved2 field for the FibRgLw95 record.voidsetReserved3(int field_4_reserved3) Set the reserved3 field for the FibRgLw95 record.voidsetReserved4(int field_5_reserved4) Set the reserved4 field for the FibRgLw95 record.voidsetReserved5(int field_14_reserved5) Set the reserved5 field for the FibRgLw95 record.toString()
-
Method Details
-
serialize
public void serialize(byte[] data, int offset) -
serialize
public byte[] serialize() -
getSize
public static int getSize()Size of record -
equals
-
hashCode
public int hashCode() -
toString
-
getCbMac
Get the cbMac field for the FibRgLw95 record. -
setCbMac
Set the cbMac field for the FibRgLw95 record. -
getReserved1
Get the reserved1 field for the FibRgLw95 record. -
setReserved1
Set the reserved1 field for the FibRgLw95 record. -
getReserved2
Get the reserved2 field for the FibRgLw95 record. -
setReserved2
Set the reserved2 field for the FibRgLw95 record. -
getReserved3
Get the reserved3 field for the FibRgLw95 record. -
setReserved3
Set the reserved3 field for the FibRgLw95 record. -
getReserved4
Get the reserved4 field for the FibRgLw95 record. -
setReserved4
Set the reserved4 field for the FibRgLw95 record. -
getCcpText
Get the ccpText field for the FibRgLw95 record. -
setCcpText
Set the ccpText field for the FibRgLw95 record. -
getCcpFtn
Get the ccpFtn field for the FibRgLw95 record. -
setCcpFtn
Set the ccpFtn field for the FibRgLw95 record. -
getCcpHdd
Get the ccpHdd field for the FibRgLw95 record. -
setCcpHdd
Set the ccpHdd field for the FibRgLw95 record. -
getCcpMcr
Get the ccpMcr field for the FibRgLw95 record. -
setCcpMcr
Set the ccpMcr field for the FibRgLw95 record. -
getCcpAtn
Get the ccpAtn field for the FibRgLw95 record. -
setCcpAtn
Set the ccpAtn field for the FibRgLw95 record. -
getCcpEdn
Get the ccpEdn field for the FibRgLw95 record. -
setCcpEdn
Set the ccpEdn field for the FibRgLw95 record. -
getCcpTxbx
Get the ccpTxbx field for the FibRgLw95 record. -
setCcpTxbx
Set the ccpTxbx field for the FibRgLw95 record. -
getCcpHdrTxbx
Get the ccpHdrTxbx field for the FibRgLw95 record. -
setCcpHdrTxbx
Set the ccpHdrTxbx field for the FibRgLw95 record. -
getReserved5
Get the reserved5 field for the FibRgLw95 record. -
setReserved5
Set the reserved5 field for the FibRgLw95 record.
-