Package org.apache.poi.hwpf.usermodel
Class ShadingDescriptor80
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.SHD80AbstractType
-
- org.apache.poi.hwpf.usermodel.ShadingDescriptor80
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class ShadingDescriptor80 extends SHD80AbstractType implements java.lang.Cloneable
The SHD80 is a substructure of the CHP and PAP, and TC for Word 97.
-
-
Constructor Summary
Constructors Constructor Description ShadingDescriptor80()
ShadingDescriptor80(byte[] buf, int offset)
ShadingDescriptor80(short value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShadingDescriptor80
clone()
boolean
isEmpty()
byte[]
serialize()
ShadingDescriptor
toShadingDescriptor()
java.lang.String
toString()
-
Methods inherited from class org.apache.poi.hwpf.model.types.SHD80AbstractType
equals, getIcoBack, getIcoFore, getIpat, getSize, getValue, hashCode, serialize, setIcoBack, setIcoFore, setIpat, setValue
-
-
-
-
Method Detail
-
clone
public ShadingDescriptor80 clone() throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
-
isEmpty
public boolean isEmpty()
-
serialize
public byte[] serialize()
- Overrides:
serialize
in classSHD80AbstractType
-
toShadingDescriptor
public ShadingDescriptor toShadingDescriptor()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSHD80AbstractType
-
-