_Document.TransformDocument(String, Boolean) Method

Definition

Applies the specified Extensible Stylesheet Language Transformation (XSLT) file to the specified document and replaces the document with the results.

public void TransformDocument (string Path, bool DataOnly = false);
abstract member TransformDocument : string * bool -> unit
Public Sub TransformDocument (Path As String, Optional DataOnly As Boolean = false)

Parameters

Path
String

Required String. The path for the XSLT to use.

DataOnly
Boolean

Optional Boolean. True applies the transformation only to the data in the document, excluding Microsoft Word XML. False applies the transform to the entire document, including Word XML. Default value is True.

Applies to