_Document.SmartTagsAsXMLProps 属性

定义

确定当包含智能标记的文档保存为 HTML 时,Microsoft Word是否创建包含智能标记信息的 XML 标头。

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

属性值

注解

当包含智能标记的文档保存为 HTML 时,此属性返回 True,以便 Microsoft Word创建包含智能标记信息的 XML 标头,否则返回 False。 将属性值设置为 TrueFalse 以启用或禁用该功能。

适用于