Uses of Class
org.docx4j.wml.CTControl
Packages that use CTControl
-
Uses of CTControl in org.docx4j.wml
Fields in org.docx4j.wml declared as CTControlModifier and TypeFieldDescriptionprotected CTControlCTObject.controlprotected CTControlPict.controlMethods in org.docx4j.wml that return CTControlModifier and TypeMethodDescriptionObjectFactory.createCTControl()Create an instance ofCTControlCTObject.getControl()Gets the value of the control property.Pict.getControl()Gets the value of the control property.Methods in org.docx4j.wml with parameters of type CTControlModifier and TypeMethodDescriptionvoidCTObject.setControl(CTControl value) Sets the value of the control property.voidPict.setControl(CTControl value) Sets the value of the control property.