|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hwpf.model.types.SHD80AbstractType
@Internal public abstract class SHD80AbstractType
The SHD80 is a substructure of the CHP and PAP, and TC for Word 97.
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 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.
| Field Summary | |
|---|---|
protected short |
field_1_value
|
| Constructor Summary | |
|---|---|
protected |
SHD80AbstractType()
|
| Method Summary | |
|---|---|
protected void |
fillFields(byte[] data,
int offset)
|
byte |
getIcoBack()
Background color |
byte |
getIcoFore()
Foreground color |
byte |
getIpat()
Shading pattern |
static int |
getSize()
Size of record |
short |
getValue()
Get the value field for the SHD80 record. |
void |
serialize(byte[] data,
int offset)
|
void |
setIcoBack(byte value)
Sets the icoBack field value. |
void |
setIcoFore(byte value)
Sets the icoFore field value. |
void |
setIpat(byte value)
Sets the ipat field value. |
void |
setValue(short field_1_value)
Set the value field for the SHD80 record. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected short field_1_value
| Constructor Detail |
|---|
protected SHD80AbstractType()
| Method Detail |
|---|
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 getValue()
@Internal public void setValue(short field_1_value)
@Internal public void setIcoFore(byte value)
@Internal public byte getIcoFore()
@Internal public void setIcoBack(byte value)
@Internal public byte getIcoBack()
@Internal public void setIpat(byte value)
@Internal public byte getIpat()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||