@Internal public abstract class SHDAbstractType 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 Colorref |
field_1_cvFore |
protected Colorref |
field_2_cvBack |
protected int |
field_3_ipat |
| Modifier | Constructor and Description |
|---|---|
protected |
SHDAbstractType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected void |
fillFields(byte[] data,
int offset) |
Colorref |
getCvBack()
A COLORREF that specifies the background color of ipat.
|
Colorref |
getCvFore()
A COLORREF that specifies the foreground color of ipat.
|
int |
getIpat()
An Ipat that specifies the pattern used for shading.
|
static int |
getSize()
Size of record
|
int |
hashCode() |
byte[] |
serialize() |
void |
serialize(byte[] data,
int offset) |
void |
setCvBack(Colorref field_2_cvBack)
A COLORREF that specifies the background color of ipat.
|
void |
setCvFore(Colorref field_1_cvFore)
A COLORREF that specifies the foreground color of ipat.
|
void |
setIpat(int field_3_ipat)
An Ipat that specifies the pattern used for shading.
|
java.lang.String |
toString() |
protected Colorref field_1_cvFore
protected Colorref field_2_cvBack
protected int field_3_ipat
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 Colorref getCvFore()
@Internal public void setCvFore(Colorref field_1_cvFore)
@Internal public Colorref getCvBack()
@Internal public void setCvBack(Colorref field_2_cvBack)
@Internal public int getIpat()
@Internal public void setIpat(int field_3_ipat)
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.