Package org.docx4j.wml
Interface CTCustomXmlElement
- All Superinterfaces:
Child
- All Known Implementing Classes:
CTCustomXmlBlock,CTCustomXmlCell,CTCustomXmlRow,CTCustomXmlRun
- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the customXmlPr property.Gets the value of the element property.getUri()Gets the value of the uri property.voidsetCustomXmlPr(CTCustomXmlPr value) Sets the value of the customXmlPr property.voidsetElement(String value) Sets the value of the element property.voidSets 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
String 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
-
getElement
String getElement()Gets the value of the element property.- Returns:
- possible object is
String
-
setElement
Sets the value of the element property.- Parameters:
value- allowed object isString
-
getContent
-