Package org.apache.poi.hwpf.model.types
Class SHDAbstractType
java.lang.Object
org.apache.poi.hwpf.model.types.SHDAbstractType
- Direct Known Subclasses:
ShadingDescriptor
The Shd structure specifies the colors and pattern that are used for background shading.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanA COLORREF that specifies the background color of ipat.A COLORREF that specifies the foreground color of ipat.intgetIpat()An Ipat that specifies the pattern used for shading.static intgetSize()Size of recordinthashCode()byte[]voidserialize(byte[] data, int offset) voidA COLORREF that specifies the background color of ipat.voidA COLORREF that specifies the foreground color of ipat.voidsetIpat(int field_3_ipat) An Ipat that specifies the pattern used for shading.toString()
-
Method Details
-
serialize
public void serialize(byte[] data, int offset) -
serialize
public byte[] serialize() -
getSize
public static int getSize()Size of record -
equals
-
hashCode
public int hashCode() -
toString
-
getCvFore
A COLORREF that specifies the foreground color of ipat. -
setCvFore
A COLORREF that specifies the foreground color of ipat. -
getCvBack
A COLORREF that specifies the background color of ipat. -
setCvBack
A COLORREF that specifies the background color of ipat. -
getIpat
An Ipat that specifies the pattern used for shading. -
setIpat
An Ipat that specifies the pattern used for shading.
-