@Internal public abstract class LFOLVLBaseAbstractType 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_iStartAt |
protected int |
field_2_flags |
Modifier | Constructor and Description |
---|---|
protected |
LFOLVLBaseAbstractType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected void |
fillFields(byte[] data,
int offset) |
int |
getFlags()
Get the flags field for the LFOLVLBase record.
|
short |
getGrfhic()
A grfhic that specifies the HTML incompatibilities of the overriding level formatting
|
byte |
getILvl()
An unsigned integer that specifies the zero-based level of the list that this overrides.
|
int |
getIStartAt()
If fStartAt is set to 0x1, this is a signed integer that specifies the start-at value that overrides lvlf.iStartAt of the corresponding LVL.
|
static int |
getSize()
Size of record
|
short |
getUnused1()
Deprecated.
This field should not be used according to specification
|
byte |
getUnused2()
Deprecated.
This field should not be used according to specification
|
int |
hashCode() |
boolean |
isFFormatting()
A bit that specifies whether lvl is an LVL that overrides the corresponding LVL
|
boolean |
isFStartAt()
A bit that specifies whether this LFOLVL overrides the start-at value of the level.
|
byte[] |
serialize() |
void |
serialize(byte[] data,
int offset) |
void |
setFFormatting(boolean value)
Sets the fFormatting field value.
|
void |
setFlags(int field_2_flags)
Set the flags field for the LFOLVLBase record.
|
void |
setFStartAt(boolean value)
Sets the fStartAt field value.
|
void |
setGrfhic(short value)
Sets the grfhic field value.
|
void |
setILvl(byte value)
Sets the iLvl field value.
|
void |
setIStartAt(int field_1_iStartAt)
If fStartAt is set to 0x1, this is a signed integer that specifies the start-at value that overrides lvlf.iStartAt of the corresponding LVL.
|
void |
setUnused1(short value)
Sets the unused1 field value.
|
void |
setUnused2(byte value)
Sets the unused2 field value.
|
java.lang.String |
toString() |
protected int field_1_iStartAt
protected int field_2_flags
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 getIStartAt()
@Internal public void setIStartAt(int field_1_iStartAt)
@Internal public int getFlags()
@Internal public void setFlags(int field_2_flags)
@Internal public void setILvl(byte value)
@Internal public byte getILvl()
@Internal public void setFStartAt(boolean value)
@Internal public boolean isFStartAt()
@Internal public void setFFormatting(boolean value)
@Internal public boolean isFFormatting()
@Internal public void setGrfhic(short value)
@Internal public short getGrfhic()
@Internal public void setUnused1(short value)
@Internal @Deprecated public short getUnused1()
@Internal public void setUnused2(byte value)
@Internal @Deprecated public byte getUnused2()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.