@Internal public abstract class StdfPost2000AbstractType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected short |
field_1_info1 |
protected long |
field_2_rsid |
protected short |
field_3_info3 |
Modifier | Constructor and Description |
---|---|
protected |
StdfPost2000AbstractType() |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
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() |
protected short field_1_info1
protected long field_2_rsid
protected short field_3_info3
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
public static int getSize()
public java.lang.String toString()
toString
in class java.lang.Object
@Internal public short getInfo1()
@Internal public void setInfo1(short field_1_info1)
@Internal public long getRsid()
@Internal public void setRsid(long field_2_rsid)
@Internal public short getInfo3()
@Internal public void setInfo3(short field_3_info3)
@Internal public void setIstdLink(short value)
@Internal public short getIstdLink()
@Internal public void setFHasOriginalStyle(boolean value)
@Internal public boolean isFHasOriginalStyle()
@Internal public void setFSpare(byte value)
@Internal public byte getFSpare()
@Internal public void setIftcHtml(byte value)
@Internal public byte getIftcHtml()
@Internal public void setUnused(boolean value)
@Internal public boolean isUnused()
@Internal public void setIPriority(short value)
@Internal public short getIPriority()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.