Uses of Class
org.docx4j.wml.CTCustomXmlPr
Packages that use CTCustomXmlPr
-
Uses of CTCustomXmlPr in org.docx4j.wml
Fields in org.docx4j.wml declared as CTCustomXmlPrModifier and TypeFieldDescriptionprotected CTCustomXmlPrCTCustomXmlBlock.customXmlPrprotected CTCustomXmlPrCTCustomXmlCell.customXmlPrprotected CTCustomXmlPrCTCustomXmlRow.customXmlPrprotected CTCustomXmlPrCTCustomXmlRun.customXmlPrMethods in org.docx4j.wml that return CTCustomXmlPrModifier and TypeMethodDescriptionObjectFactory.createCTCustomXmlPr()Create an instance ofCTCustomXmlPrCTCustomXmlBlock.getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlCell.getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlElement.getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlRow.getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlRun.getCustomXmlPr()Gets the value of the customXmlPr property.Methods in org.docx4j.wml with parameters of type CTCustomXmlPrModifier and TypeMethodDescriptionvoidCTCustomXmlBlock.setCustomXmlPr(CTCustomXmlPr value) Sets the value of the customXmlPr property.voidCTCustomXmlCell.setCustomXmlPr(CTCustomXmlPr value) Sets the value of the customXmlPr property.voidCTCustomXmlElement.setCustomXmlPr(CTCustomXmlPr value) Sets the value of the customXmlPr property.voidCTCustomXmlRow.setCustomXmlPr(CTCustomXmlPr value) Sets the value of the customXmlPr property.voidCTCustomXmlRun.setCustomXmlPr(CTCustomXmlPr value) Sets the value of the customXmlPr property.