_Document.KerningByAlgorithm 属性

定义

确定 Microsoft 是否Word指定文档中的半角拉丁字符和标点符号。

public:
 property bool KerningByAlgorithm { bool get(); void set(bool value); };
public bool KerningByAlgorithm { get; set; }
member this.KerningByAlgorithm : bool with get, set
Public Property KerningByAlgorithm As Boolean

属性值

注解

如果 Microsoft 在指定文档中Word kerns 半角拉丁字符和标点符号,则此属性返回 True,否则返回 False。 将属性值设置为 TrueFalse 以启用或禁用该功能。

适用于