Click or drag to resize

DocumentSetLanguage Method

Specifies the languages (be used to check spelling and grammar)

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void SetLanguage(
	Languages pLanguage
)

Parameters

pLanguage
Type: SIC.OpenDocumentFormat.MSWordLanguages
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