@Internal public abstract class SHD80AbstractType extends java.lang.Object
Class and fields descriptions are quoted from Word (.doc) Binary File Format by Microsoft Corporation
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 short |
field_1_value |
| Modifier | Constructor and Description |
|---|---|
protected |
SHD80AbstractType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
int |
hashCode() |
byte[] |
serialize() |
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() |
protected void fillFields(byte[] data,
int offset)
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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.