Package com.independentsoft.office.word
Class ProofState
java.lang.Object
com.independentsoft.office.word.ProofState
The Class ProofState.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the grammatical checking state.Gets the spell checking state.voidsetGrammaticalCheckingState(ProofStateType grammaticalCheckingState)Sets the grammatical checking state.voidsetSpellCheckingState(ProofStateType spellCheckingState)Sets the spell checking state.toString()
-
Constructor Details
-
ProofState
public ProofState()Instantiates a new proof state.
-
-
Method Details
-
clone
-
toString
-
getGrammaticalCheckingState
Gets the grammatical checking state.- Returns:
- the grammatical checking state
-
setGrammaticalCheckingState
Sets the grammatical checking state.- Parameters:
grammaticalCheckingState- the new grammatical checking state
-
getSpellCheckingState
Gets the spell checking state.- Returns:
- the spell checking state
-
setSpellCheckingState
Sets the spell checking state.- Parameters:
spellCheckingState- the new spell checking state
-