_ParagraphFormat.AddSpaceBetweenFarEastAndAlpha Property
True if Microsoft Word is set to automatically add spaces between Japanese and Latin text for the specified paragraphs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AddSpaceBetweenFarEastAndAlpha As Integer
Get
Set
'Usage
Dim instance As _ParagraphFormat
Dim value As Integer
value = instance.AddSpaceBetweenFarEastAndAlpha
instance.AddSpaceBetweenFarEastAndAlpha = value
int AddSpaceBetweenFarEastAndAlpha { get; set; }
Property Value
Type: System.Int32
Remarks
This property returns wdUndefined if it’s set to True for only some of the specified paragraphs.