Defines the settings for applying a custom transform when saving a document as XML.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
xslt | stringType | optional | Gets or sets the custom transform to apply when saving document as XML. | |
solutionID | stringType | optional | Gets or sets the solution ID for this transform. |
<xsd:complexType name="saveThroughXsltElt" >
<xsd:attribute name="xslt" type="stringType" use="optional">
</xsd:attribute>
<xsd:attribute name="solutionID" type="stringType" use="optional">
</xsd:attribute>
</xsd:complexType>