Paragraph.AddSpaceBetweenFarEastAndDigit Property

Definition

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

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

Property Value

Remarks

This property returns True if Word is set to automatically add spaces between Japanese text and numbers for the specified paragraphs, and False if not.

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

Applies to