Package org.docx4j.wml
Interface CTCustomXmlElement
- All Superinterfaces:
Child
- All Known Implementing Classes:
CTCustomXmlBlock,CTCustomXmlCell,CTCustomXmlRow,CTCustomXmlRun
public interface CTCustomXmlElement extends Child
- Since:
- 2.7
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Object>getContent()CTCustomXmlPrgetCustomXmlPr()Gets the value of the customXmlPr property.java.lang.StringgetElement()Gets the value of the element property.java.lang.StringgetUri()Gets the value of the uri property.voidsetCustomXmlPr(CTCustomXmlPr value)Sets the value of the customXmlPr property.voidsetElement(java.lang.String value)Sets the value of the element property.voidsetUri(java.lang.String value)Sets the value of the uri property.
-
Method Details
-
getCustomXmlPr
CTCustomXmlPr getCustomXmlPr()Gets the value of the customXmlPr property.- Returns:
- possible object is
CTCustomXmlPr
-
setCustomXmlPr
Sets the value of the customXmlPr property.- Parameters:
value- allowed object isCTCustomXmlPr
-
getUri
java.lang.String getUri()Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
void setUri(java.lang.String value)Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getElement
java.lang.String getElement()Gets the value of the element property.- Returns:
- possible object is
String
-
setElement
void setElement(java.lang.String value)Sets the value of the element property.- Parameters:
value- allowed object isString
-
getContent
java.util.List<java.lang.Object> getContent()
-