Paragraph.AddSpaceBetweenFarEastAndAlpha Property 

Determines 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)

Usage

Dim paragraph1 As Paragraph

Dim returnValue As Integer
returnValue = paragraph1.AddSpaceBetweenFarEastAndAlpha

Dim sampleValue As Integer
paragraph1.AddSpaceBetweenFarEastAndAlpha = sampleValue

Syntax

Property AddSpaceBetweenFarEastAndAlpha() As Integer
int AddSpaceBetweenFarEastAndAlpha {get; set;}
property Int32 AddSpaceBetweenFarEastAndAlpha{
    Int32 get();
    Void set(Int32);
}
public int get_AddSpaceBetweenFarEastAndAlpha();
public void set_AddSpaceBetweenFarEastAndAlpha(int);
function get AddSpaceBetweenFarEastAndAlpha() : int;
function set AddSpaceBetweenFarEastAndAlpha(int);

Remarks

This property returns True if Word is set to automatically add spaces between Japanese and Latin text for the specified paragraphs, and False if not. Set the value of this property to True or False to enable or disable the functionality.

This property returns wdUndefined if it’s set to True for only some of the specified paragraphs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Paragraph Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Paragraph Members