Document.XMLUseXSLTWhenSaving, propriété (System 2007)

Mise à jour : novembre 2007

Obtient ou définit une valeur qui indique s'il faut enregistrer un document via une transformation XSLT (Extensible Stylesheet Language Transformation).

Espace de noms :  Microsoft.Office.Tools.Word
Assembly :  Microsoft.Office.Tools.Word.v9.0 (dans Microsoft.Office.Tools.Word.v9.0.dll)

Syntaxe

<BrowsableAttribute(False)> _
Public Property XMLUseXSLTWhenSaving As Boolean

Dim instance As Document
Dim value As Boolean

value = instance.XMLUseXSLTWhenSaving

instance.XMLUseXSLTWhenSaving = value
[BrowsableAttribute(false)]
public bool XMLUseXSLTWhenSaving { get; set; }

Valeur de propriété

Type : System.Boolean

true si le document est enregistré via une transformation XSLT ; sinon, false.

Notes

Lorsque vous affectez la valeur true à la propriété XMLUseXSLTWhenSaving, utilisez la propriété XMLSaveThroughXSLT pour spécifier le chemin d'accès et le nom de fichier de la transformation XSLT à utiliser.

Autorisations

Voir aussi

Référence

Document, classe

Membres Document

Microsoft.Office.Tools.Word, espace de noms