Package org.apache.poi.sl.draw.binding
Class CTOfficeArtExtension
java.lang.Object
org.apache.poi.sl.draw.binding.CTOfficeArtExtension
Java class for CT_OfficeArtExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OfficeArtExtension"> <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
-
CTOfficeArtExtension
public CTOfficeArtExtension()
-
-
Method Details
-
getAny
Gets the value of the any property. -
setAny
Sets the value of the any property. -
isSetAny
public boolean isSetAny() -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri()
-