Paragraphs.AddSpaceBetweenFarEastAndAlpha Property

Definition

Determines if Microsoft Word is set to automatically add spaces between Japanese and Latin text for the specified paragraphs.

public:
 property int AddSpaceBetweenFarEastAndAlpha { int get(); void set(int value); };
public int AddSpaceBetweenFarEastAndAlpha { get; set; }
member this.AddSpaceBetweenFarEastAndAlpha : int with get, set
Public Property AddSpaceBetweenFarEastAndAlpha As Integer

Property Value

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 property value 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.

Applies to