org.apache.poi.hwpf.model
Class LFO

java.lang.Object
  extended by org.apache.poi.hwpf.model.types.LFOAbstractType
      extended by org.apache.poi.hwpf.model.LFO

@Internal
public class LFO
extends LFOAbstractType

"The LFO structure specifies the LSTF element that corresponds to a list that contains a paragraph. An LFO can also specify formatting information that overrides the LSTF element to which it corresponds." -- [MS-DOC] -- v20110315 Word (.doc) Binary File Format

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

Field Summary
 
Fields inherited from class org.apache.poi.hwpf.model.types.LFOAbstractType
field_1_lsid, field_2_unused1, field_3_unused2, field_4_clfolvl, field_5_ibstFltAutoNum, field_6_grfhic, field_7_unused3
 
Constructor Summary
LFO()
           
LFO(byte[] std, int offset)
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hwpf.model.types.LFOAbstractType
equals, fillFields, getClfolvl, getGrfhic, getIbstFltAutoNum, getLsid, getSize, getUnused1, getUnused2, getUnused3, hashCode, serialize, serialize, setClfolvl, setGrfhic, setIbstFltAutoNum, setLsid, setUnused1, setUnused2, setUnused3, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LFO

public LFO()

LFO

public LFO(byte[] std,
           int offset)


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