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
 int getCp()
           
 ListFormatOverrideLevel[] getRgLfoLvl()
           
 int getSizeInBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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()


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