WdDefaultFilePath Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine le chemin d'accès d'un dossier par défaut pour les fichiers associés à Microsoft Word.
public enum class WdDefaultFilePath
[System.Runtime.InteropServices.Guid("41700B9A-149A-3173-9324-E651080B9918")]
public enum WdDefaultFilePath
type WdDefaultFilePath =
Public Enum WdDefaultFilePath
- Héritage
-
WdDefaultFilePath
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
wdDocumentsPath | 0 | Documents. |
wdPicturesPath | 1 | Images. |
wdUserTemplatesPath | 2 | Modèles utilisateur. |
wdWorkgroupTemplatesPath | 3 | Modèles de groupe de travail. |
wdUserOptionsPath | 4 | Options utilisateur. |
wdAutoRecoverPath | 5 | Fichiers de restauration automatique. |
wdToolsPath | 6 | Outils. |
wdTutorialPath | 7 | Didacticiel. |
wdStartupPath | 8 | >Démarrage. |
wdProgramPath | 9 | >Programme. |
wdGraphicsFiltersPath | 10 | Filtres graphiques. |
wdTextConvertersPath | 11 | Convertisseurs de texte. |
wdProofingToolsPath | 12 | Outils de vérification. |
wdTempFilePath | 13 | Fichiers temporaires. |
wdCurrentFolderPath | 14 | Dossier actif. |
wdStyleGalleryPath | 15 | Style automatique. |
wdBorderArtPath | 19 | Border art. |
Remarques
Utilisée avec la propriété DefaultFilePath de l'objet Options. Vous pouvez utiliser l’onglet Emplacements des fichiers de la boîte de dialogue Options pour lire et définir la plupart des chemins d’accès aux fichiers par défaut.