Package org.apache.poi.hwpf.model
Class PlfLfo
java.lang.Object
org.apache.poi.hwpf.model.PlfLfo
The 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
- Author:
- Sergey Vladimirov (vlsergey {at} gmail {dot} com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetIlfoByLsid(int lsid) getLfo(int ilfo) getLfoData(int ilfo) intAn unsigned integer that specifies the count of elements in both the rgLfo and rgLfoData arrays.inthashCode()
-
Method Details
-
equals
-
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
- Parameters:
ilfo- 1-based index- Returns:
- The
LFOstored at the given index - Throws:
NoSuchElementException
-
getLfoData
- Parameters:
ilfo- 1-based index- Returns:
- The
LFODatastored at the given index - Throws:
NoSuchElementException
-
hashCode
public int hashCode()
-