|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType
public abstract class LFOLVLBaseAbstractType
The LFOLVL structure contains information that is used to override the formatting information of a corresponding LVL.
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.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
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()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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
public int getIStartAt()
public void setIStartAt(int field_1_iStartAt)
public int getFlags()
public void setFlags(int field_2_flags)
public void setILvl(byte value)
public byte getILvl()
public void setFStartAt(boolean value)
public boolean isFStartAt()
public void setFFormatting(boolean value)
public boolean isFFormatting()
public void setGrfhic(short value)
public short getGrfhic()
public void setUnused1(short value)
public short getUnused1()
public void setUnused2(byte value)
public byte getUnused2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |