Uses of Class
org.docx4j.wml.CTControl
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTControl in org.docx4j.wml
Fields in org.docx4j.wml declared as CTControl Modifier and Type Field Description protected CTControlCTObject. controlprotected CTControlPict. controlMethods in org.docx4j.wml that return CTControl Modifier and Type Method Description CTControlObjectFactory. createCTControl()Create an instance ofCTControlCTControlCTObject. getControl()Gets the value of the control property.CTControlPict. getControl()Gets the value of the control property.Methods in org.docx4j.wml with parameters of type CTControl Modifier and Type Method Description voidCTObject. setControl(CTControl value)Sets the value of the control property.voidPict. setControl(CTControl value)Sets the value of the control property.