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)

Usage

Public Class sLTransformImplementation
    Implements XSLTransform
End Class
Dim sLTransformImplementation1 As New sLTransformImplementation()

Syntax

Public Interface XSLTransform
public interface XSLTransform
public interface class XSLTransform
public interface XSLTransform
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

XSLTransform Members