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).
Class and fields descriptions are quoted from [MS-DOC] --v20110315; Word (.doc) Binary File Format
NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/types/definitions.
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
- Author:
- Sergey Vladimirov; according to [MS-DOC] --v20110315; Word (.doc) Binary File Format; Copyright (c) Microsoft Corporation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected int
protected int
protected byte
protected byte
protected Grfhic
protected byte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected void
fillFields
(byte[] data, int offset) byte
An unsigned integer that specifies the field that this LFO represents..HTML compatibility flags.byte
Used for AUTONUM field emulation.int
getLsid()
A signed integer that specifies the list identifier of an LSTF.static int
getSize()
Size of recordint
This field MUST be ignored.int
This field MUST be ignored.byte
This field MUST be ignored.int
hashCode()
byte[]
void
serialize
(byte[] data, int offset) void
setClfolvl
(byte field_4_clfolvl) An unsigned integer that specifies the field that this LFO represents..void
HTML compatibility flags.void
setIbstFltAutoNum
(byte field_5_ibstFltAutoNum) Used for AUTONUM field emulation.void
setLsid
(int field_1_lsid) A signed integer that specifies the list identifier of an LSTF.void
setUnused1
(int field_2_unused1) This field MUST be ignored.void
setUnused2
(int field_3_unused2) This field MUST be ignored.void
setUnused3
(byte field_7_unused3) This field MUST be ignored.toString()
-
Field Details
-
field_1_lsid
protected int field_1_lsid -
field_2_unused1
protected int field_2_unused1 -
field_3_unused2
protected int field_3_unused2 -
field_4_clfolvl
protected byte field_4_clfolvl -
field_5_ibstFltAutoNum
protected byte field_5_ibstFltAutoNum -
field_6_grfhic
-
field_7_unused3
protected byte field_7_unused3
-
-
Constructor Details
-
LFOAbstractType
protected LFOAbstractType()
-
-
Method Details
-
fillFields
protected void fillFields(byte[] data, int offset) -
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.
-