Class LFOAbstractType

java.lang.Object
org.apache.poi.hwpf.model.types.LFOAbstractType
Direct Known Subclasses:
LFO

@Internal public abstract class LFOAbstractType extends Object
List Format Override (LFO).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    byte
    An unsigned integer that specifies the field that this LFO represents..
    HTML compatibility flags.
    byte
    Used for AUTONUM field emulation.
    int
    A signed integer that specifies the list identifier of an LSTF.
    static int
    Size of record
    int
    This field MUST be ignored.
    int
    This field MUST be ignored.
    byte
    This field MUST be ignored.
    int
     
    byte[]
     
    void
    serialize(byte[] data, int offset)
     
    void
    setClfolvl(byte field_4_clfolvl)
    An unsigned integer that specifies the field that this LFO represents..
    void
    setGrfhic(Grfhic field_6_grfhic)
    HTML compatibility flags.
    void
    setIbstFltAutoNum(byte field_5_ibstFltAutoNum)
    Used for AUTONUM field emulation.
    void
    setLsid(int field_1_lsid)
    A signed integer that specifies the list identifier of an LSTF.
    void
    setUnused1(int field_2_unused1)
    This field MUST be ignored.
    void
    setUnused2(int field_3_unused2)
    This field MUST be ignored.
    void
    setUnused3(byte field_7_unused3)
    This field MUST be ignored.
     

    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
    • getLsid

      @Internal public int getLsid()
      A signed integer that specifies the list identifier of an LSTF. This LFO corresponds to the LSTF in PlfLst.rgLstf that has an lsid whose value is equal to this value..
    • setLsid

      @Internal public void setLsid(int field_1_lsid)
      A signed integer that specifies the list identifier of an LSTF. This LFO corresponds to the LSTF in PlfLst.rgLstf that has an lsid whose value is equal to this value..
    • getUnused1

      @Internal public int getUnused1()
      This field MUST be ignored.
    • setUnused1

      @Internal public void setUnused1(int field_2_unused1)
      This field MUST be ignored.
    • getUnused2

      @Internal public int getUnused2()
      This field MUST be ignored.
    • setUnused2

      @Internal public void setUnused2(int field_3_unused2)
      This field MUST be ignored.
    • getClfolvl

      @Internal public byte getClfolvl()
      An unsigned integer that specifies the field that this LFO represents..
    • setClfolvl

      @Internal public void setClfolvl(byte field_4_clfolvl)
      An unsigned integer that specifies the field that this LFO represents..
    • getIbstFltAutoNum

      @Internal public byte getIbstFltAutoNum()
      Used for AUTONUM field emulation.
    • setIbstFltAutoNum

      @Internal public void setIbstFltAutoNum(byte field_5_ibstFltAutoNum)
      Used for AUTONUM field emulation.
    • getGrfhic

      @Internal public Grfhic getGrfhic()
      HTML compatibility flags.
    • setGrfhic

      @Internal public void setGrfhic(Grfhic field_6_grfhic)
      HTML compatibility flags.
    • getUnused3

      @Internal public byte getUnused3()
      This field MUST be ignored.
    • setUnused3

      @Internal public void setUnused3(byte field_7_unused3)
      This field MUST be ignored.