Paragraph.AddSpaceBetweenFarEastAndDigit Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AddSpaceBetweenFarEastAndDigit As Integer
    Get
    Set
'Usage
Dim instance As Paragraph
Dim value As Integer

value = instance.AddSpaceBetweenFarEastAndDigit

instance.AddSpaceBetweenFarEastAndDigit = value
int AddSpaceBetweenFarEastAndDigit { get; set; }

Property Value

Type: System.Int32

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.

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace