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:
Cloneable
The SHD is a substructure of the CHP, PAP, and TC for Word 2000.
- Author:
- vlsergey
-
Field Summary
Fields inherited from class org.apache.poi.hwpf.model.types.SHDAbstractType
field_1_cvFore, field_2_cvBack, field_3_ipat
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShadingDescriptor
public ShadingDescriptor() -
ShadingDescriptor
public ShadingDescriptor(byte[] buf, int offset)
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
isEmpty
public boolean isEmpty() -
serialize
public byte[] serialize()- Overrides:
serialize
in classSHDAbstractType
-
toString
- Overrides:
toString
in classSHDAbstractType
-