DocumentSetSpelling Method | |
Display visual Indication of spelling errors
Namespace:
SIC.OpenDocumentFormat.MSWord
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public void SetSpelling(
bool pSpelling
)
Public Sub SetSpelling (
pSpelling As Boolean
)
Parameters
- pSpelling
- Type: SystemBoolean
Display or hidden
Remarks
Open XML example of property Hide Spelling Errors
<w:settings>
<w:hideSpellingErrors w:val="true"/>
<w:hideGrammaticalErrors w:val="true"/>
</w:settings>
See Also