XSLTransform Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single registered Extensible Stylesheet Language Transformation (XSLT).
public interface class XSLTransform
[System.Runtime.InteropServices.Guid("E3124493-7D6A-410F-9A48-CC822C033CEC")]
public interface XSLTransform
type XSLTransform = interface
Public Interface XSLTransform
- Attributes
Remarks
Use the Add(String, Object, Boolean) method of the XSLTransforms collection to add an individual XSLT to the list of XSLTs available for a schema.
Use the Item[Object] property of the XSLTransforms collection to return a single XSLTransform object.
Properties
Alias[Boolean] |
Returns a String that represents the friendly name for the specified object. |
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
ID |
Returns a value containing the GUID assigned to the current XSLTransform object. |
Location[Boolean] |
Returns or sets the location of the specified transformation. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
Delete() |
Deletes the specified object. |