Class FibRgLw95AbstractType

java.lang.Object
org.apache.poi.hwpf.model.types.FibRgLw95AbstractType

@Internal public abstract class FibRgLw95AbstractType extends Object
The FibRgLw95 structure is the third section of the FIB for Word95.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Get the cbMac field for the FibRgLw95 record.
    int
    Get the ccpAtn field for the FibRgLw95 record.
    int
    Get the ccpEdn field for the FibRgLw95 record.
    int
    Get the ccpFtn field for the FibRgLw95 record.
    int
    Get the ccpHdd field for the FibRgLw95 record.
    int
    Get the ccpHdrTxbx field for the FibRgLw95 record.
    int
    Get the ccpMcr field for the FibRgLw95 record.
    int
    Get the ccpText field for the FibRgLw95 record.
    int
    Get the ccpTxbx field for the FibRgLw95 record.
    int
    Get the reserved1 field for the FibRgLw95 record.
    int
    Get the reserved2 field for the FibRgLw95 record.
    int
    Get the reserved3 field for the FibRgLw95 record.
    int
    Get the reserved4 field for the FibRgLw95 record.
    int
    Get the reserved5 field for the FibRgLw95 record.
    static int
    Size of record
    int
     
    byte[]
     
    void
    serialize(byte[] data, int offset)
     
    void
    setCbMac(int field_1_cbMac)
    Set the cbMac field for the FibRgLw95 record.
    void
    setCcpAtn(int field_10_ccpAtn)
    Set the ccpAtn field for the FibRgLw95 record.
    void
    setCcpEdn(int field_11_ccpEdn)
    Set the ccpEdn field for the FibRgLw95 record.
    void
    setCcpFtn(int field_7_ccpFtn)
    Set the ccpFtn field for the FibRgLw95 record.
    void
    setCcpHdd(int field_8_ccpHdd)
    Set the ccpHdd field for the FibRgLw95 record.
    void
    setCcpHdrTxbx(int field_13_ccpHdrTxbx)
    Set the ccpHdrTxbx field for the FibRgLw95 record.
    void
    setCcpMcr(int field_9_ccpMcr)
    Set the ccpMcr field for the FibRgLw95 record.
    void
    setCcpText(int field_6_ccpText)
    Set the ccpText field for the FibRgLw95 record.
    void
    setCcpTxbx(int field_12_ccpTxbx)
    Set the ccpTxbx field for the FibRgLw95 record.
    void
    setReserved1(int field_2_reserved1)
    Set the reserved1 field for the FibRgLw95 record.
    void
    setReserved2(int field_3_reserved2)
    Set the reserved2 field for the FibRgLw95 record.
    void
    setReserved3(int field_4_reserved3)
    Set the reserved3 field for the FibRgLw95 record.
    void
    setReserved4(int field_5_reserved4)
    Set the reserved4 field for the FibRgLw95 record.
    void
    setReserved5(int field_14_reserved5)
    Set the reserved5 field for the FibRgLw95 record.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • serialize

      public void serialize(byte[] data, int offset)
    • serialize

      public byte[] serialize()
    • getSize

      public static int getSize()
      Size of record
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCbMac

      @Internal public int getCbMac()
      Get the cbMac field for the FibRgLw95 record.
    • setCbMac

      @Internal public void setCbMac(int field_1_cbMac)
      Set the cbMac field for the FibRgLw95 record.
    • getReserved1

      @Internal public int getReserved1()
      Get the reserved1 field for the FibRgLw95 record.
    • setReserved1

      @Internal public void setReserved1(int field_2_reserved1)
      Set the reserved1 field for the FibRgLw95 record.
    • getReserved2

      @Internal public int getReserved2()
      Get the reserved2 field for the FibRgLw95 record.
    • setReserved2

      @Internal public void setReserved2(int field_3_reserved2)
      Set the reserved2 field for the FibRgLw95 record.
    • getReserved3

      @Internal public int getReserved3()
      Get the reserved3 field for the FibRgLw95 record.
    • setReserved3

      @Internal public void setReserved3(int field_4_reserved3)
      Set the reserved3 field for the FibRgLw95 record.
    • getReserved4

      @Internal public int getReserved4()
      Get the reserved4 field for the FibRgLw95 record.
    • setReserved4

      @Internal public void setReserved4(int field_5_reserved4)
      Set the reserved4 field for the FibRgLw95 record.
    • getCcpText

      @Internal public int getCcpText()
      Get the ccpText field for the FibRgLw95 record.
    • setCcpText

      @Internal public void setCcpText(int field_6_ccpText)
      Set the ccpText field for the FibRgLw95 record.
    • getCcpFtn

      @Internal public int getCcpFtn()
      Get the ccpFtn field for the FibRgLw95 record.
    • setCcpFtn

      @Internal public void setCcpFtn(int field_7_ccpFtn)
      Set the ccpFtn field for the FibRgLw95 record.
    • getCcpHdd

      @Internal public int getCcpHdd()
      Get the ccpHdd field for the FibRgLw95 record.
    • setCcpHdd

      @Internal public void setCcpHdd(int field_8_ccpHdd)
      Set the ccpHdd field for the FibRgLw95 record.
    • getCcpMcr

      @Internal public int getCcpMcr()
      Get the ccpMcr field for the FibRgLw95 record.
    • setCcpMcr

      @Internal public void setCcpMcr(int field_9_ccpMcr)
      Set the ccpMcr field for the FibRgLw95 record.
    • getCcpAtn

      @Internal public int getCcpAtn()
      Get the ccpAtn field for the FibRgLw95 record.
    • setCcpAtn

      @Internal public void setCcpAtn(int field_10_ccpAtn)
      Set the ccpAtn field for the FibRgLw95 record.
    • getCcpEdn

      @Internal public int getCcpEdn()
      Get the ccpEdn field for the FibRgLw95 record.
    • setCcpEdn

      @Internal public void setCcpEdn(int field_11_ccpEdn)
      Set the ccpEdn field for the FibRgLw95 record.
    • getCcpTxbx

      @Internal public int getCcpTxbx()
      Get the ccpTxbx field for the FibRgLw95 record.
    • setCcpTxbx

      @Internal public void setCcpTxbx(int field_12_ccpTxbx)
      Set the ccpTxbx field for the FibRgLw95 record.
    • getCcpHdrTxbx

      @Internal public int getCcpHdrTxbx()
      Get the ccpHdrTxbx field for the FibRgLw95 record.
    • setCcpHdrTxbx

      @Internal public void setCcpHdrTxbx(int field_13_ccpHdrTxbx)
      Set the ccpHdrTxbx field for the FibRgLw95 record.
    • getReserved5

      @Internal public int getReserved5()
      Get the reserved5 field for the FibRgLw95 record.
    • setReserved5

      @Internal public void setReserved5(int field_14_reserved5)
      Set the reserved5 field for the FibRgLw95 record.