EmailOptions.AutoFormatAsYouTypeDeleteAutoSpaces Property
Determines if Microsoft Word automatically deletes spaces inserted between Japanese and Latin text as you type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeDeleteAutoSpaces As Boolean
Get
Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean
value = instance.AutoFormatAsYouTypeDeleteAutoSpaces
instance.AutoFormatAsYouTypeDeleteAutoSpaces = value
bool AutoFormatAsYouTypeDeleteAutoSpaces { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Word automatically deletes spaces, and False if not.