org.apache.poi.hwpf.model
Class PlfLfo

java.lang.Object
  extended by org.apache.poi.hwpf.model.PlfLfo

public class PlfLfo
extends java.lang.Object

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
 boolean equals(java.lang.Object obj)
           
 int getIlfoByLsid(int lsid)
           
 LFO getLfo(int ilfo)
           
 LFOData getLfoData(int ilfo)
           
 int getLfoMac()
          An unsigned integer that specifies the count of elements in both the rgLfo and rgLfoData arrays.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.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 LFO stored 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 LFOData stored at the given index
Throws:
java.util.NoSuchElementException

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.