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 booleanequals(java.lang.Object o)intgetCp()ListFormatOverrideLevel[]getRgLfoLvl()intgetSizeInBytes()inthashCode() 
 - 
 
- 
- 
Method Detail
- 
getCp
public int getCp()
 
- 
getRgLfoLvl
public ListFormatOverrideLevel[] getRgLfoLvl()
 
- 
getSizeInBytes
public int getSizeInBytes()
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -