Class LFOData

java.lang.Object
org.apache.poi.hwpf.model.LFOData

@Internal public class LFOData extends Object
The LFOData structure contains the Main Document CP of the corresponding LFO, as well as an array of LVL override data.
  • Constructor Details

    • LFOData

      public LFOData()
  • Method Details

    • getCp

      public int getCp()
    • getRgLfoLvl

      public ListFormatOverrideLevel[] getRgLfoLvl()
    • getSizeInBytes

      public int getSizeInBytes()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object