Package org.apache.poi.hwpf.model
Class PlfLfo
- java.lang.Object
 - 
- org.apache.poi.hwpf.model.PlfLfo
 
 
- 
public class PlfLfo extends java.lang.ObjectThe PlfLfo structure contains the list format override data for the document.Documentation quoted from Page 424 of 621. [MS-DOC] -- v20110315 Word (.doc) Binary File Format
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetIlfoByLsid(int lsid)LFOgetLfo(int ilfo)LFODatagetLfoData(int ilfo)intgetLfoMac()An unsigned integer that specifies the count of elements in both the rgLfo and rgLfoData arrays.inthashCode() 
 - 
 
- 
- 
Method Detail
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
getLfoMac
public int getLfoMac()
An unsigned integer that specifies the count of elements in both the rgLfo and rgLfoData arrays. 
- 
getIlfoByLsid
public int getIlfoByLsid(int lsid)
 
- 
getLfo
public LFO getLfo(int ilfo) throws java.util.NoSuchElementException
- Parameters:
 ilfo- 1-based index- Returns:
 - The 
LFOstored at the given index - Throws:
 java.util.NoSuchElementException
 
- 
getLfoData
public LFOData getLfoData(int ilfo) throws java.util.NoSuchElementException
- Parameters:
 ilfo- 1-based index- Returns:
 - The 
LFODatastored at the given index - Throws:
 java.util.NoSuchElementException
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -