Package org.docx4j.docProps.variantTypes
Class Empty
java.lang.Object
org.docx4j.docProps.variantTypes.Empty
public class Empty
extends java.lang.Object
Java class for CT_Empty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Empty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors Constructor Description Empty() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Empty
public Empty()
-