Package org.apache.poi.hwpf.usermodel
Class ShadingDescriptor
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.SHDAbstractType
-
- org.apache.poi.hwpf.usermodel.ShadingDescriptor
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class ShadingDescriptor extends SHDAbstractType implements java.lang.Cloneable
The SHD is a substructure of the CHP, PAP, and TC for Word 2000.
-
-
Constructor Summary
Constructors Constructor Description ShadingDescriptor()
ShadingDescriptor(byte[] buf, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShadingDescriptor
clone()
boolean
isEmpty()
byte[]
serialize()
java.lang.String
toString()
-
-
-
Method Detail
-
clone
public ShadingDescriptor clone() throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
-
isEmpty
public boolean isEmpty()
-
serialize
public byte[] serialize()
- Overrides:
serialize
in classSHDAbstractType
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSHDAbstractType
-
-