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:
Duplicatable
public final class ShadingDescriptor extends SHDAbstractType implements Duplicatable
The SHD is a substructure of the CHP, PAP, and TC for Word 2000.
-
-
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 Constructor Description ShadingDescriptor()ShadingDescriptor(byte[] buf, int offset)ShadingDescriptor(ShadingDescriptor other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShadingDescriptorcopy()booleanisEmpty()byte[]serialize()StringtoString()
-
-
-
Constructor Detail
-
ShadingDescriptor
public ShadingDescriptor()
-
ShadingDescriptor
public ShadingDescriptor(ShadingDescriptor other)
-
ShadingDescriptor
public ShadingDescriptor(byte[] buf, int offset)
-
-
Method Detail
-
copy
public ShadingDescriptor copy()
- Specified by:
copyin interfaceDuplicatable
-
isEmpty
public boolean isEmpty()
-
serialize
public byte[] serialize()
- Overrides:
serializein classSHDAbstractType
-
toString
public String toString()
- Overrides:
toStringin classSHDAbstractType
-
-