Package org.apache.poi.hwpf.model.types
Class LFOAbstractType
java.lang.Object
org.apache.poi.hwpf.model.types.LFOAbstractType
- Direct Known Subclasses:
LFO
List Format Override (LFO).
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbyteAn unsigned integer that specifies the field that this LFO represents..HTML compatibility flags.byteUsed for AUTONUM field emulation.intgetLsid()A signed integer that specifies the list identifier of an LSTF.static intgetSize()Size of recordintThis field MUST be ignored.intThis field MUST be ignored.byteThis field MUST be ignored.inthashCode()byte[]voidserialize(byte[] data, int offset) voidsetClfolvl(byte field_4_clfolvl) An unsigned integer that specifies the field that this LFO represents..voidHTML compatibility flags.voidsetIbstFltAutoNum(byte field_5_ibstFltAutoNum) Used for AUTONUM field emulation.voidsetLsid(int field_1_lsid) A signed integer that specifies the list identifier of an LSTF.voidsetUnused1(int field_2_unused1) This field MUST be ignored.voidsetUnused2(int field_3_unused2) This field MUST be ignored.voidsetUnused3(byte field_7_unused3) This field MUST be ignored.toString()
-
Method Details
-
serialize
public void serialize(byte[] data, int offset) -
serialize
public byte[] serialize() -
getSize
public static int getSize()Size of record -
equals
-
hashCode
public int hashCode() -
toString
-
getLsid
A signed integer that specifies the list identifier of an LSTF. This LFO corresponds to the LSTF in PlfLst.rgLstf that has an lsid whose value is equal to this value.. -
setLsid
A signed integer that specifies the list identifier of an LSTF. This LFO corresponds to the LSTF in PlfLst.rgLstf that has an lsid whose value is equal to this value.. -
getUnused1
This field MUST be ignored. -
setUnused1
This field MUST be ignored. -
getUnused2
This field MUST be ignored. -
setUnused2
This field MUST be ignored. -
getClfolvl
An unsigned integer that specifies the field that this LFO represents.. -
setClfolvl
An unsigned integer that specifies the field that this LFO represents.. -
getIbstFltAutoNum
Used for AUTONUM field emulation. -
setIbstFltAutoNum
Used for AUTONUM field emulation. -
getGrfhic
HTML compatibility flags. -
setGrfhic
HTML compatibility flags. -
getUnused3
This field MUST be ignored. -
setUnused3
This field MUST be ignored.
-