Uses of Class
org.docx4j.wml.CTCustomXmlPr
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTCustomXmlPr in org.docx4j.wml
Fields in org.docx4j.wml declared as CTCustomXmlPr Modifier and Type Field Description protected CTCustomXmlPrCTCustomXmlBlock. customXmlPrprotected CTCustomXmlPrCTCustomXmlCell. customXmlPrprotected CTCustomXmlPrCTCustomXmlRow. customXmlPrprotected CTCustomXmlPrCTCustomXmlRun. customXmlPrMethods in org.docx4j.wml that return CTCustomXmlPr Modifier and Type Method Description CTCustomXmlPrObjectFactory. createCTCustomXmlPr()Create an instance ofCTCustomXmlPrCTCustomXmlPrCTCustomXmlBlock. getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlPrCTCustomXmlCell. getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlPrCTCustomXmlElement. getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlPrCTCustomXmlRow. getCustomXmlPr()Gets the value of the customXmlPr property.CTCustomXmlPrCTCustomXmlRun. getCustomXmlPr()Gets the value of the customXmlPr property.Methods in org.docx4j.wml with parameters of type CTCustomXmlPr Modifier and Type Method Description voidCTCustomXmlBlock. 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.