Share via


View.DisplaySmartTags 属性

定义

如果为 True,则 Microsoft Word 在文档中的智能标记下方显示一条下划线。

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

属性值

注解

在文档中用下划线标记智能标记。 将 DisplaySmartTags 属性设为 False 不能删除智能标记;该操作仅关闭下划线的显示。

适用于