Document.TransformDocument(String, Boolean) Method
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.
Applies the specified Extensible Stylesheet Language Transformation (XSLT) file to the document and replaces the document with the results.
public void TransformDocument (string Path, bool DataOnly = true);
abstract member TransformDocument : string * bool -> unit
Public Sub TransformDocument (Path As String, Optional DataOnly As Boolean = true)
Parameters
- Path
- String
The path of the XSLT file.
- DataOnly
- Boolean
true
applies the transformation only to the data in the document, excluding Microsoft Office Word XML. false
applies the transform to the entire document, including Word XML. Default value is true
.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.