XSLTransform Interface

Represents a single registered Extensible Stylesheet Language Transformation (XSLT).

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("E3124493-7D6A-410F-9A48-CC822C033CEC")> _
Public Interface XSLTransform
'Usage
Dim instance As XSLTransform
[GuidAttribute("E3124493-7D6A-410F-9A48-CC822C033CEC")]
public interface XSLTransform

Remarks

Use the Add method of the XSLTransforms collection to add an individual XSLT to the list of XSLTs available for a schema.

Use the Item property of the XSLTransforms collection to return a single XSLTransform object.

See Also

Reference

XSLTransform Members

Microsoft.Office.Interop.Word Namespace