org.apache.poi.hwpf.model
Class LFOData

java.lang.Object
  extended by 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.

Author:
Sergey Vladimirov (vlsergey {at} gmail {dot} com)

Constructor Summary
LFOData()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getCp()
           
 ListFormatOverrideLevel[] getRgLfoLvl()
           
 int getSizeInBytes()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LFOData

public LFOData()
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 class java.lang.Object

hashCode

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


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