Class StandardDocumentTagCheckBox
java.lang.Object
com.independentsoft.office.word.customMarkup.StandardDocumentTagCheckBox
The Class StandardDocumentTagCheckBox.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new standard document tag check box. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanGets the checked.Gets the checked state.Gets the unchecked state.voidsetChecked(boolean checked)Sets the checked.voidsetCheckedState(StandardDocumentTagCheckBoxSymbol checkedState)Sets the checked state.voidsetUncheckedState(StandardDocumentTagCheckBoxSymbol uncheckedState)Sets the unchecked state.toString()
-
Constructor Details
-
StandardDocumentTagCheckBox
public StandardDocumentTagCheckBox()Instantiates a new standard document tag check box.
-
-
Method Details
-
clone
-
toString
-
getChecked
public boolean getChecked()Gets the checked.- Returns:
- the checked
-
setChecked
public void setChecked(boolean checked)Sets the checked.- Parameters:
checked- the new checked
-
getCheckedState
Gets the checked state.- Returns:
- the checked state
-
setCheckedState
Sets the checked state.- Parameters:
checkedState- the new checked state
-
getUncheckedState
Gets the unchecked state.- Returns:
- the unchecked state
-
setUncheckedState
Sets the unchecked state.- Parameters:
uncheckedState- the new unchecked state
-