@Internal public abstract class LSTFAbstractType extends java.lang.Object
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and [MS-DOC] - v20110608 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.
Modifier and Type | Field and Description |
---|---|
protected int |
field_1_lsid |
protected int |
field_2_tplc |
protected short[] |
field_3_rgistdPara |
protected byte |
field_4_flags |
protected Grfhic |
field_5_grfhic |
Modifier | Constructor and Description |
---|---|
protected |
LSTFAbstractType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected void |
fillFields(byte[] data,
int offset) |
byte |
getFlags()
Get the flags field for the LSTF record.
|
Grfhic |
getGrfhic()
A grfhic that specifies the HTML incompatibilities of the list..
|
int |
getLsid()
A signed integer that specifies the list identifier.
|
byte |
getReserved1()
Deprecated.
This field should not be used according to specification
|
short[] |
getRgistdPara()
An array of nine 16-bit signed integers.
|
static int |
getSize()
Size of record
|
int |
getTplc()
A Tplc that specifies a unique identifier for this LSTF that MAY be used for user interface purposes.
|
int |
hashCode() |
boolean |
isFAutoNum()
A bit that specifies whether the list that this LSTF represents is used for the AUTONUMOUT, AUTONUMLGL, and AUTONUM fields (see AUTONUMOUT, AUTONUMLGL, and AUTONUM in flt)
|
boolean |
isFHybrid()
A bit that specifies whether the list this LSTF defines is a hybrid list
|
boolean |
isFSimpleList()
A bit that, when set to 0x1, specifies that this LSTF represents a simple (one-level) list that has one corresponding LVL (see the fcPlfLst field of FibRgFcLcb97).
|
boolean |
isUnused1()
Deprecated.
This field should not be used according to specification
|
boolean |
isUnused2()
Deprecated.
This field should not be used according to specification
|
byte[] |
serialize() |
void |
serialize(byte[] data,
int offset) |
void |
setFAutoNum(boolean value)
Sets the fAutoNum field value.
|
void |
setFHybrid(boolean value)
Sets the fHybrid field value.
|
void |
setFlags(byte field_4_flags)
Set the flags field for the LSTF record.
|
void |
setFSimpleList(boolean value)
Sets the fSimpleList field value.
|
void |
setGrfhic(Grfhic field_5_grfhic)
A grfhic that specifies the HTML incompatibilities of the list..
|
void |
setLsid(int field_1_lsid)
A signed integer that specifies the list identifier.
|
void |
setReserved1(byte value)
Sets the reserved1 field value.
|
void |
setRgistdPara(short[] field_3_rgistdPara)
An array of nine 16-bit signed integers.
|
void |
setTplc(int field_2_tplc)
A Tplc that specifies a unique identifier for this LSTF that MAY be used for user interface purposes.
|
void |
setUnused1(boolean value)
Sets the unused1 field value.
|
void |
setUnused2(boolean value)
Sets the unused2 field value.
|
java.lang.String |
toString() |
protected int field_1_lsid
protected int field_2_tplc
protected short[] field_3_rgistdPara
protected byte field_4_flags
protected Grfhic field_5_grfhic
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
public byte[] serialize()
public static int getSize()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
@Internal public int getLsid()
@Internal public void setLsid(int field_1_lsid)
@Internal public int getTplc()
@Internal public void setTplc(int field_2_tplc)
@Internal public short[] getRgistdPara()
@Internal public void setRgistdPara(short[] field_3_rgistdPara)
@Internal public byte getFlags()
@Internal public void setFlags(byte field_4_flags)
@Internal public Grfhic getGrfhic()
@Internal public void setGrfhic(Grfhic field_5_grfhic)
@Internal public void setFSimpleList(boolean value)
@Internal public boolean isFSimpleList()
@Internal public void setUnused1(boolean value)
@Internal @Deprecated public boolean isUnused1()
@Internal public void setFAutoNum(boolean value)
@Internal public boolean isFAutoNum()
@Internal public void setUnused2(boolean value)
@Internal @Deprecated public boolean isUnused2()
@Internal public void setFHybrid(boolean value)
@Internal public boolean isFHybrid()
@Internal public void setReserved1(byte value)
@Internal @Deprecated public byte getReserved1()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.