Class StandardDocumentTagCheckBox

java.lang.Object
com.independentsoft.office.word.customMarkup.StandardDocumentTagCheckBox

public class StandardDocumentTagCheckBox extends Object
The Class StandardDocumentTagCheckBox.
  • Constructor Details

    • StandardDocumentTagCheckBox

      public StandardDocumentTagCheckBox()
      Instantiates a new standard document tag check box.
  • Method Details

    • clone

      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public StandardDocumentTagCheckBoxSymbol getCheckedState()
      Gets the checked state.
      Returns:
      the checked state
    • setCheckedState

      public void setCheckedState(StandardDocumentTagCheckBoxSymbol checkedState)
      Sets the checked state.
      Parameters:
      checkedState - the new checked state
    • getUncheckedState

      public StandardDocumentTagCheckBoxSymbol getUncheckedState()
      Gets the unchecked state.
      Returns:
      the unchecked state
    • setUncheckedState

      public void setUncheckedState(StandardDocumentTagCheckBoxSymbol uncheckedState)
      Sets the unchecked state.
      Parameters:
      uncheckedState - the new unchecked state