Uses of Class
org.docx4j.w14.CTSdtCheckboxSymbol
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of CTSdtCheckboxSymbol in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTSdtCheckboxSymbol Modifier and Type Field Description protected CTSdtCheckboxSymbolCTSdtCheckbox. checkedStateprotected CTSdtCheckboxSymbolCTSdtCheckbox. uncheckedStateMethods in org.docx4j.w14 that return CTSdtCheckboxSymbol Modifier and Type Method Description CTSdtCheckboxSymbolObjectFactory. createCTSdtCheckboxSymbol()Create an instance ofCTSdtCheckboxSymbolCTSdtCheckboxSymbolCTSdtCheckbox. getCheckedState()Gets the value of the checkedState property.CTSdtCheckboxSymbolCTSdtCheckbox. getUncheckedState()Gets the value of the uncheckedState property.Methods in org.docx4j.w14 with parameters of type CTSdtCheckboxSymbol Modifier and Type Method Description voidCTSdtCheckbox. setCheckedState(CTSdtCheckboxSymbol value)Sets the value of the checkedState property.voidCTSdtCheckbox. setUncheckedState(CTSdtCheckboxSymbol value)Sets the value of the uncheckedState property.