|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.StdfPost2000AbstractType
public abstract class StdfPost2000AbstractType
The StdfPost2000 structure specifies general information about a style.
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 | |
---|---|
byte |
getFSpare()
Specifies whether the paragraph height information in the fcPlcfPhe field of FibRgFcLcb97 |
byte |
getIftcHtml()
This field is undefined and MUST be ignored |
short |
getInfo1()
Get the info1 field for the StdfPost2000 record. |
short |
getInfo3()
Get the info3 field for the StdfPost2000 record. |
short |
getIPriority()
An unsigned integer that specifies the priority value that is assigned to this style and that is used when ordering the styles by priority in the user interface |
short |
getIstdLink()
An unsigned integer that specifies the istd of the style that is linked to this one, or 0x0000 if this style is not linked to any other style in the document. |
long |
getRsid()
An unsigned integer that specifies the revision save identifier of the session when this style definition was last modified. |
static int |
getSize()
Size of record |
boolean |
isFHasOriginalStyle()
Specifies whether the style is revision-marked. |
boolean |
isUnused()
This value MUST be zero and MUST be ignored |
void |
serialize(byte[] data,
int offset)
|
void |
setFHasOriginalStyle(boolean value)
Sets the fHasOriginalStyle field value. |
void |
setFSpare(byte value)
Sets the fSpare field value. |
void |
setIftcHtml(byte value)
Sets the iftcHtml field value. |
void |
setInfo1(short field_1_info1)
Set the info1 field for the StdfPost2000 record. |
void |
setInfo3(short field_3_info3)
Set the info3 field for the StdfPost2000 record. |
void |
setIPriority(short value)
Sets the iPriority field value. |
void |
setIstdLink(short value)
Sets the istdLink field value. |
void |
setRsid(long field_2_rsid)
An unsigned integer that specifies the revision save identifier of the session when this style definition was last modified. |
void |
setUnused(boolean value)
Sets the unused field value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void serialize(byte[] data, int offset)
public static int getSize()
public java.lang.String toString()
toString
in class java.lang.Object
public short getInfo1()
public void setInfo1(short field_1_info1)
public long getRsid()
public void setRsid(long field_2_rsid)
public short getInfo3()
public void setInfo3(short field_3_info3)
public void setIstdLink(short value)
public short getIstdLink()
public void setFHasOriginalStyle(boolean value)
public boolean isFHasOriginalStyle()
public void setFSpare(byte value)
public byte getFSpare()
public void setIftcHtml(byte value)
public byte getIftcHtml()
public void setUnused(boolean value)
public boolean isUnused()
public void setIPriority(short value)
public short getIPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |