Uses of Class
org.docx4j.w14.CTSdtCheckboxSymbol
Packages that use CTSdtCheckboxSymbol
-
Uses of CTSdtCheckboxSymbol in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTSdtCheckboxSymbolModifier and TypeFieldDescriptionprotected CTSdtCheckboxSymbolCTSdtCheckbox.checkedStateprotected CTSdtCheckboxSymbolCTSdtCheckbox.uncheckedStateMethods in org.docx4j.w14 that return CTSdtCheckboxSymbolModifier and TypeMethodDescriptionObjectFactory.createCTSdtCheckboxSymbol()Create an instance ofCTSdtCheckboxSymbolCTSdtCheckbox.getCheckedState()Gets the value of the checkedState property.CTSdtCheckbox.getUncheckedState()Gets the value of the uncheckedState property.Methods in org.docx4j.w14 with parameters of type CTSdtCheckboxSymbolModifier and TypeMethodDescriptionvoidCTSdtCheckbox.setCheckedState(CTSdtCheckboxSymbol value) Sets the value of the checkedState property.voidCTSdtCheckbox.setUncheckedState(CTSdtCheckboxSymbol value) Sets the value of the uncheckedState property.