Expand Minimize
This topic has not yet been rated - Rate this topic

ParagraphFormat.AddSpaceBetweenFarEastAndDigit Property (Word)

True if Microsoft Word is set to automatically add spaces between Japanese text and numbers for the specified paragraphs. This property returns wdUndefined if it’s set to True for only some of the specified paragraphs. Read/write Long.

expression .AddSpaceBetweenFarEastAndDigit

expression A variable that represents a ParagraphFormat object.

This example sets Microsoft Word to automatically add spaces between Japanese text and numbers for the first paragraph in the active document.

ActiveDocument.Paragraphs(1).AddSpaceBetweenFarEastAndDigit = True
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.