Uses of Class
org.docx4j.wml.CTRPrChange
| Package | Description |
|---|---|
| org.docx4j.math | |
| org.docx4j.wml |
-
Uses of CTRPrChange in org.docx4j.math
Fields in org.docx4j.math declared as CTRPrChange Modifier and Type Field Description protected CTRPrChangeCTCtrlPr. delprotected CTRPrChangeCTCtrlPr. insMethods in org.docx4j.math that return CTRPrChange Modifier and Type Method Description CTRPrChangeCTCtrlPr. getDel()Gets the value of the del property.CTRPrChangeCTCtrlPr. getIns()Gets the value of the ins property.Methods in org.docx4j.math with parameters of type CTRPrChange Modifier and Type Method Description voidCTCtrlPr. setDel(CTRPrChange value)Sets the value of the del property.voidCTCtrlPr. setIns(CTRPrChange value)Sets the value of the ins property. -
Uses of CTRPrChange in org.docx4j.wml
Fields in org.docx4j.wml declared as CTRPrChange Modifier and Type Field Description protected CTRPrChangeRPrAbstract. rPrChangeMethods in org.docx4j.wml that return CTRPrChange Modifier and Type Method Description CTRPrChangeObjectFactory. createCTRPrChange()Create an instance ofCTRPrChangeCTRPrChangeRPrAbstract. getRPrChange()Gets the value of the rPrChange property.Methods in org.docx4j.wml with parameters of type CTRPrChange Modifier and Type Method Description voidRPrAbstract. setRPrChange(CTRPrChange value)Sets the value of the rPrChange property.