Document.TransformDocument Method
Applies the specified Extensible Stylesheet Language Transformation (XSLT) file to the document and replaces the document with the results.
Namespace: Microsoft.Office.Tools.Word
Assemblies: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub TransformDocument ( _
Path As String, _
DataOnly As Boolean _
)
void TransformDocument(
string Path,
bool DataOnly
)
Parameters
Path
Type: System.StringThe path of the XSLT file.
DataOnly
Type: System.Booleantrue 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.