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:
org.apache.poi.common.Duplicatable
public final class ShadingDescriptor80 extends SHD80AbstractType implements org.apache.poi.common.Duplicatable
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)
ShadingDescriptor80(ShadingDescriptor80 other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShadingDescriptor80
copy()
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
-
-
-
-
Constructor Detail
-
ShadingDescriptor80
public ShadingDescriptor80()
-
ShadingDescriptor80
public ShadingDescriptor80(ShadingDescriptor80 other)
-
ShadingDescriptor80
public ShadingDescriptor80(byte[] buf, int offset)
-
ShadingDescriptor80
public ShadingDescriptor80(short value)
-
-
Method Detail
-
copy
public ShadingDescriptor80 copy()
- Specified by:
copy
in interfaceorg.apache.poi.common.Duplicatable
-
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
-
-