Package org.apache.poi.hwpf.model
Class LFOData
- java.lang.Object
-
- org.apache.poi.hwpf.model.LFOData
-
@Internal public class LFOData extends java.lang.Object
The LFOData structure contains the Main Document CP of the corresponding LFO, as well as an array of LVL override data.
-
-
Constructor Summary
Constructors Constructor Description LFOData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getCp()
ListFormatOverrideLevel[]
getRgLfoLvl()
int
getSizeInBytes()
int
hashCode()
-
-
-
Method Detail
-
getCp
public int getCp()
-
getRgLfoLvl
public ListFormatOverrideLevel[] getRgLfoLvl()
-
getSizeInBytes
public int getSizeInBytes()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-