DocumentSetLanguage Method |  |
Specifies the languages (be used to check spelling and grammar)
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic void SetLanguage(
Languages pLanguage
)
Public Sub SetLanguage (
pLanguage As Languages
)
Parameters
- pLanguage
- Type: SOWIDocument.WordLanguages
Document language about
Remarks
Open XML example of paragraph style
<w:rPr>
<w:lang w:val="fr-CH" />
</w:rPr>
Open XML example of ProofState
<w:proofState w:spelling="clean" w:grammar="clean" />
See Also