Package org.apache.poi.hwpf.model
Class LFO
java.lang.Object
org.apache.poi.hwpf.model.types.LFOAbstractType
org.apache.poi.hwpf.model.LFO
"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
Constructors -
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
-
Constructor Details
-
LFO
public LFO() -
LFO
public LFO(byte[] std, int offset)
-