|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.SHDAbstractType
public abstract class SHDAbstractType
The SHD is a substructure of the CHP, PAP, and TC for Word 2000.
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.
Method Summary | |
---|---|
Colorref |
getCvBack()
24-bit background color. |
Colorref |
getCvFore()
24-bit foreground color. |
int |
getIpat()
Shading pattern. |
static int |
getSize()
Size of record |
void |
serialize(byte[] data,
int offset)
|
void |
setCvBack(Colorref field_2_cvBack)
24-bit background color. |
void |
setCvFore(Colorref field_1_cvFore)
24-bit foreground color. |
void |
setIpat(int field_3_ipat)
Shading pattern. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void serialize(byte[] data, int offset)
public static int getSize()
public java.lang.String toString()
toString
in class java.lang.Object
public Colorref getCvFore()
public void setCvFore(Colorref field_1_cvFore)
public Colorref getCvBack()
public void setCvBack(Colorref field_2_cvBack)
public int getIpat()
public void setIpat(int field_3_ipat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |