Class CTExtension
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTExtension
Java class for CT_Extension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Extension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax'/>
</sequence>
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
any
-
uri
-
-
Constructor Details
-
CTExtension
public CTExtension()
-
-
Method Details