_Document.SmartTagsAsXMLProps Property

Definition

Determines whether Microsoft Word creates an XML header containing smart tag information when a document containing smart tags is saved as HTML.

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

Property Value

Remarks

This property returns True for Microsoft Word to create an XML header containing smart tag information when a document containing smart tags is saved as HTML, and False if not. Set the property value to True or False to enable or disable the functionality.

Applies to