Document.XMLSaveThroughXSLT Property

Definition

Gets or sets the path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.

public:
 property System::String ^ XMLSaveThroughXSLT { System::String ^ get(); void set(System::String ^ value); };
public string XMLSaveThroughXSLT { get; set; }
member this.XMLSaveThroughXSLT : string with get, set
Public Property XMLSaveThroughXSLT As String

Property Value

The path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.

Remarks

The XMLSaveThroughXSLT property is only applicable when the XMLUseXSLTWhenSaving property is set to true. If the XMLUseXSLTWhenSaving property is set to false, Microsoft Office Word will ignore the XMLSaveThroughXSLT property.

Applies to