Paragraphs.AddSpaceBetweenFarEastAndAlpha 属性

定义

确定是否将 Microsoft Word设置为在指定段落的日语和拉丁文本之间自动添加空格。

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

属性值

注解

如果将Word设置为在指定段落的日语和拉丁文本之间自动添加空格,则此属性返回 True,否则返回 False。 将属性值设置为 TrueFalse 以启用或禁用该功能。

如果仅对某些指定段落设置为 True,则此属性返回 wdUndefined

适用于