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.
- Author:
- vlsergey
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShadingDescriptor
public ShadingDescriptor()
ShadingDescriptor
public ShadingDescriptor(byte[] buf,
int offset)
clone
public ShadingDescriptor clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
isEmpty
public boolean isEmpty()
serialize
public byte[] serialize()
toString
public java.lang.String toString()
- Overrides:
toString
in class SHDAbstractType
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.