Options.AllowCompoundNounProcessing Property
True if Microsoft Word ignores compound nouns when checking spelling in a Korean language document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllowCompoundNounProcessing As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AllowCompoundNounProcessing
instance.AllowCompoundNounProcessing = value
bool AllowCompoundNounProcessing { get; set; }
Property Value
Type: System.Boolean