Package org.apache.poi.hwpf.model.types
Class LFOAbstractType
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.LFOAbstractType
-
-
Field Summary
Fields Modifier and Type Field Description protected intfield_1_lsidprotected intfield_2_unused1protected intfield_3_unused2protected bytefield_4_clfolvlprotected bytefield_5_ibstFltAutoNumprotected Grfhicfield_6_grfhicprotected bytefield_7_unused3
-
Constructor Summary
Constructors Modifier Constructor Description protectedLFOAbstractType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected voidfillFields(byte[] data, int offset)bytegetClfolvl()An unsigned integer that specifies the field that this LFO represents..GrfhicgetGrfhic()HTML compatibility flags.bytegetIbstFltAutoNum()Used for AUTONUM field emulation.intgetLsid()A signed integer that specifies the list identifier of an LSTF.static intgetSize()Size of recordintgetUnused1()This field MUST be ignored.intgetUnused2()This field MUST be ignored.bytegetUnused3()This field MUST be ignored.inthashCode()byte[]serialize()voidserialize(byte[] data, int offset)voidsetClfolvl(byte field_4_clfolvl)An unsigned integer that specifies the field that this LFO represents..voidsetGrfhic(Grfhic field_6_grfhic)HTML 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.StringtoString()
-
-
-
Field Detail
-
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
protected Grfhic field_6_grfhic
-
field_7_unused3
protected byte field_7_unused3
-
-
Method Detail
-
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
-
getLsid
@Internal public int 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
@Internal public void setLsid(int field_1_lsid)
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
@Internal public int getUnused1()
This field MUST be ignored.
-
setUnused1
@Internal public void setUnused1(int field_2_unused1)
This field MUST be ignored.
-
getUnused2
@Internal public int getUnused2()
This field MUST be ignored.
-
setUnused2
@Internal public void setUnused2(int field_3_unused2)
This field MUST be ignored.
-
getClfolvl
@Internal public byte getClfolvl()
An unsigned integer that specifies the field that this LFO represents..
-
setClfolvl
@Internal public void setClfolvl(byte field_4_clfolvl)
An unsigned integer that specifies the field that this LFO represents..
-
getIbstFltAutoNum
@Internal public byte getIbstFltAutoNum()
Used for AUTONUM field emulation.
-
setIbstFltAutoNum
@Internal public void setIbstFltAutoNum(byte field_5_ibstFltAutoNum)
Used for AUTONUM field emulation.
-
getUnused3
@Internal public byte getUnused3()
This field MUST be ignored.
-
setUnused3
@Internal public void setUnused3(byte field_7_unused3)
This field MUST be ignored.
-
-