|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.LVLFAbstractType
public abstract class LVLFAbstractType
The LVLF structure contains formatting properties for an individual level in a list.
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)
|
short |
getCbGrpprlChpx()
An unsigned integer that specifies the size, in bytes, of the grpprlChpx in the LVL that contains this LVLF. |
short |
getCbGrpprlPapx()
An unsigned integer that specifies the size, in bytes, of the grpprlPapx in the LVL that contains this LVLF. |
int |
getDxaIndentSav()
If fIndentSav is nonzero, this is a signed integer that specifies the size, in twips, of the indent that needs to be removed when the numbering is removed. |
Grfhic |
getGrfhic()
A grfhic that specifies the HTML incompatibilities of the level.. |
short |
getIlvlRestartLim()
An unsigned integer that specifies the first (most-significant) zero-based level after which the number sequence of this level does not restart. |
byte |
getInfo()
Get the info field for the LVLF record. |
int |
getIStartAt()
A signed integer that specifies the beginning number for the number sequence belonging to this level. |
byte |
getIxchFollow()
An unsigned integer that specifies the character that follows the number text. |
byte |
getJc()
An unsigned integer that specifies the justification of this level |
byte |
getNfc()
An MSONFC, as specified in [MS-OSHARED] section 2.2.1.3, that specifies the format of the level numbers that replace the placeholders for this level in the xst fields of the LVLs in this list. |
byte[] |
getRgbxchNums()
An array of 8-bit integers. |
static int |
getSize()
Size of record |
int |
getUnused2()
This field MUST be ignored. |
int |
hashCode()
|
boolean |
isFConverted()
A bit that specifies whether the nfc of this LVLF structure was previously a temporary value used for bidirectional compatibility that was converted into a standard MSONFC |
boolean |
isFIndentSav()
A bit that specifies whether the level indented the text it was applied to and that the indent needs to be removed when numbering is removed. |
boolean |
isFLegal()
A bit that specifies whether this level overrides the nfc of all inherited level numbers. |
boolean |
isFNoRestart()
A bit that specifies whether the number sequence of the level does not restart after a level is encountered that is more significant than the level to which this LVLF corresponds |
boolean |
isFTentative()
A bit that specifies whether the format of the level is tentative |
boolean |
isUnused1()
Deprecated. This field should not be used according to specification |
byte[] |
serialize()
|
void |
serialize(byte[] data,
int offset)
|
void |
setCbGrpprlChpx(short field_8_cbGrpprlChpx)
An unsigned integer that specifies the size, in bytes, of the grpprlChpx in the LVL that contains this LVLF. |
void |
setCbGrpprlPapx(short field_9_cbGrpprlPapx)
An unsigned integer that specifies the size, in bytes, of the grpprlPapx in the LVL that contains this LVLF. |
void |
setDxaIndentSav(int field_6_dxaIndentSav)
If fIndentSav is nonzero, this is a signed integer that specifies the size, in twips, of the indent that needs to be removed when the numbering is removed. |
void |
setFConverted(boolean value)
Sets the fConverted field value. |
void |
setFIndentSav(boolean value)
Sets the fIndentSav field value. |
void |
setFLegal(boolean value)
Sets the fLegal field value. |
void |
setFNoRestart(boolean value)
Sets the fNoRestart field value. |
void |
setFTentative(boolean value)
Sets the fTentative field value. |
void |
setGrfhic(Grfhic field_11_grfhic)
A grfhic that specifies the HTML incompatibilities of the level.. |
void |
setIlvlRestartLim(short field_10_ilvlRestartLim)
An unsigned integer that specifies the first (most-significant) zero-based level after which the number sequence of this level does not restart. |
void |
setInfo(byte field_3_info)
Set the info field for the LVLF record. |
void |
setIStartAt(int field_1_iStartAt)
A signed integer that specifies the beginning number for the number sequence belonging to this level. |
void |
setIxchFollow(byte field_5_ixchFollow)
An unsigned integer that specifies the character that follows the number text. |
void |
setJc(byte value)
Sets the jc field value. |
void |
setNfc(byte field_2_nfc)
An MSONFC, as specified in [MS-OSHARED] section 2.2.1.3, that specifies the format of the level numbers that replace the placeholders for this level in the xst fields of the LVLs in this list. |
void |
setRgbxchNums(byte[] field_4_rgbxchNums)
An array of 8-bit integers. |
void |
setUnused1(boolean value)
Sets the unused1 field value. |
void |
setUnused2(int field_7_unused2)
This field MUST be ignored. |
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 byte getNfc()
public void setNfc(byte field_2_nfc)
public byte getInfo()
public void setInfo(byte field_3_info)
public byte[] getRgbxchNums()
public void setRgbxchNums(byte[] field_4_rgbxchNums)
public byte getIxchFollow()
public void setIxchFollow(byte field_5_ixchFollow)
public int getDxaIndentSav()
public void setDxaIndentSav(int field_6_dxaIndentSav)
public int getUnused2()
public void setUnused2(int field_7_unused2)
public short getCbGrpprlChpx()
public void setCbGrpprlChpx(short field_8_cbGrpprlChpx)
public short getCbGrpprlPapx()
public void setCbGrpprlPapx(short field_9_cbGrpprlPapx)
public short getIlvlRestartLim()
public void setIlvlRestartLim(short field_10_ilvlRestartLim)
public Grfhic getGrfhic()
public void setGrfhic(Grfhic field_11_grfhic)
public void setJc(byte value)
public byte getJc()
public void setFLegal(boolean value)
public boolean isFLegal()
public void setFNoRestart(boolean value)
public boolean isFNoRestart()
public void setFIndentSav(boolean value)
public boolean isFIndentSav()
public void setFConverted(boolean value)
public boolean isFConverted()
public void setUnused1(boolean value)
public boolean isUnused1()
public void setFTentative(boolean value)
public boolean isFTentative()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |