XSLTransforms Interface 

A collection of XSLTransform objects that represent all of the Extensible Stylesheet Language Transformations (XSLTs) for a specific XML namespace.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class sLTransformsImplementation
    Implements XSLTransforms
End Class
Dim sLTransformsImplementation1 As New sLTransformsImplementation()

Syntax

Public Interface XSLTransforms
    Inherits IEnumerable
public interface XSLTransforms : IEnumerable
public interface class XSLTransforms : public IEnumerable
public interface XSLTransforms implements IEnumerable
public interface XSLTransforms implements IEnumerable

Remarks

Use the Add method to add an individual XSLTransform object to the collection of XSLTs for a schema.

Use the Item property 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

XSLTransforms Members