Uses of Class
org.docx4j.wml.CTRPrChange
Packages that use CTRPrChange
-
Uses of CTRPrChange in org.docx4j.math
Fields in org.docx4j.math declared as CTRPrChangeModifier and TypeFieldDescriptionprotected CTRPrChangeCTCtrlPr.delprotected CTRPrChangeCTCtrlPr.insMethods in org.docx4j.math that return CTRPrChangeModifier and TypeMethodDescriptionCTCtrlPr.getDel()Gets the value of the del property.CTCtrlPr.getIns()Gets the value of the ins property.Methods in org.docx4j.math with parameters of type CTRPrChangeModifier and TypeMethodDescriptionvoidCTCtrlPr.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 CTRPrChangeMethods in org.docx4j.wml that return CTRPrChangeModifier and TypeMethodDescriptionObjectFactory.createCTRPrChange()Create an instance ofCTRPrChangeRPr.getRPrChange()Gets the value of the rPrChange property.Methods in org.docx4j.wml with parameters of type CTRPrChangeModifier and TypeMethodDescriptionvoidRPr.setRPrChange(CTRPrChange value) Sets the value of the rPrChange property.