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:
org.apache.poi.common.Duplicatable
public final class ShadingDescriptor extends SHDAbstractType implements org.apache.poi.common.Duplicatable
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)ShadingDescriptor(ShadingDescriptor other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShadingDescriptorcopy()booleanisEmpty()byte[]serialize()java.lang.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 interfaceorg.apache.poi.common.Duplicatable
-
isEmpty
public boolean isEmpty()
-
serialize
public byte[] serialize()
- Overrides:
serializein classSHDAbstractType
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSHDAbstractType
-
-