@Internal public abstract class StshifAbstractType 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_cstd |
protected int |
field_2_cbSTDBaseInFile |
protected int |
field_3_info3 |
protected int |
field_4_stiMaxWhenSaved |
protected int |
field_5_istdMaxFixedWhenSaved |
protected int |
field_6_nVerBuiltInNamesWhenSaved |
protected short |
field_7_ftcAsci |
protected short |
field_8_ftcFE |
protected short |
field_9_ftcOther |
Modifier | Constructor and Description |
---|---|
protected |
StshifAbstractType() |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
int |
getCbSTDBaseInFile()
An unsigned integer that specifies the size, in bytes, of the Stdf structure.
|
int |
getCstd()
An unsigned integer that specifies the count of elements in STSH.rglpstd.
|
short |
getFReserved()
This value MUST be zero and MUST be ignored
|
short |
getFtcAsci()
A signed integer that specifies an operand value for the sprmCRgFtc0 for default document formatting.
|
short |
getFtcFE()
A signed integer that specifies an operand value for the sprmCRgFtc1 for default document formatting, as defined in the section Determining Formatting Properties.
|
short |
getFtcOther()
A signed integer that specifies an operand value for the sprmCRgFtc2 for default document formatting, as defined in the section Determining Formatting Properties.
|
int |
getInfo3()
Get the info3 field for the Stshif record.
|
int |
getIstdMaxFixedWhenSaved()
An unsigned integer that specifies the count of elements at the start of STSH.rglpstd that are reserved for fixed-index application-defined styles.
|
int |
getNVerBuiltInNamesWhenSaved()
An unsigned integer that specifies the version number of the style names as defined by the application that writes the file.
|
static int |
getSize()
Size of record
|
int |
getStiMaxWhenSaved()
An unsigned integer that specifies a value that is 1 larger than the largest StdfBase.sti index of any application-defined style.
|
boolean |
isFHasOriginalStyle()
This value MUST be 1 and MUST be ignored
|
void |
serialize(byte[] data,
int offset) |
void |
setCbSTDBaseInFile(int field_2_cbSTDBaseInFile)
An unsigned integer that specifies the size, in bytes, of the Stdf structure.
|
void |
setCstd(int field_1_cstd)
An unsigned integer that specifies the count of elements in STSH.rglpstd.
|
void |
setFHasOriginalStyle(boolean value)
Sets the fHasOriginalStyle field value.
|
void |
setFReserved(short value)
Sets the fReserved field value.
|
void |
setFtcAsci(short field_7_ftcAsci)
A signed integer that specifies an operand value for the sprmCRgFtc0 for default document formatting.
|
void |
setFtcFE(short field_8_ftcFE)
A signed integer that specifies an operand value for the sprmCRgFtc1 for default document formatting, as defined in the section Determining Formatting Properties.
|
void |
setFtcOther(short field_9_ftcOther)
A signed integer that specifies an operand value for the sprmCRgFtc2 for default document formatting, as defined in the section Determining Formatting Properties.
|
void |
setInfo3(int field_3_info3)
Set the info3 field for the Stshif record.
|
void |
setIstdMaxFixedWhenSaved(int field_5_istdMaxFixedWhenSaved)
An unsigned integer that specifies the count of elements at the start of STSH.rglpstd that are reserved for fixed-index application-defined styles.
|
void |
setNVerBuiltInNamesWhenSaved(int field_6_nVerBuiltInNamesWhenSaved)
An unsigned integer that specifies the version number of the style names as defined by the application that writes the file.
|
void |
setStiMaxWhenSaved(int field_4_stiMaxWhenSaved)
An unsigned integer that specifies a value that is 1 larger than the largest StdfBase.sti index of any application-defined style.
|
java.lang.String |
toString() |
protected int field_1_cstd
protected int field_2_cbSTDBaseInFile
protected int field_3_info3
protected int field_4_stiMaxWhenSaved
protected int field_5_istdMaxFixedWhenSaved
protected int field_6_nVerBuiltInNamesWhenSaved
protected short field_7_ftcAsci
protected short field_8_ftcFE
protected short field_9_ftcOther
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 int getCstd()
@Internal public void setCstd(int field_1_cstd)
@Internal public int getCbSTDBaseInFile()
@Internal public void setCbSTDBaseInFile(int field_2_cbSTDBaseInFile)
@Internal public int getInfo3()
@Internal public void setInfo3(int field_3_info3)
@Internal public int getStiMaxWhenSaved()
@Internal public void setStiMaxWhenSaved(int field_4_stiMaxWhenSaved)
@Internal public int getIstdMaxFixedWhenSaved()
@Internal public void setIstdMaxFixedWhenSaved(int field_5_istdMaxFixedWhenSaved)
@Internal public int getNVerBuiltInNamesWhenSaved()
@Internal public void setNVerBuiltInNamesWhenSaved(int field_6_nVerBuiltInNamesWhenSaved)
@Internal public short getFtcAsci()
@Internal public void setFtcAsci(short field_7_ftcAsci)
@Internal public short getFtcFE()
@Internal public void setFtcFE(short field_8_ftcFE)
@Internal public short getFtcOther()
@Internal public void setFtcOther(short field_9_ftcOther)
@Internal public void setFHasOriginalStyle(boolean value)
@Internal public boolean isFHasOriginalStyle()
@Internal public void setFReserved(short value)
@Internal public short getFReserved()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.