WdDefaultFilePath Enumeration
Specifies a default folder for files related to Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdDefaultFilePath
'Usage
Dim instance As WdDefaultFilePath
public enum WdDefaultFilePath
Members
Member name | Description | |
---|---|---|
wdDocumentsPath | Documents path. | |
wdPicturesPath | Pictures path. | |
wdUserTemplatesPath | User templates path. | |
wdWorkgroupTemplatesPath | Workgroup templates path. | |
wdUserOptionsPath | User Options path. | |
wdAutoRecoverPath | Path for Auto Recover files. | |
wdToolsPath | Tools path. | |
wdTutorialPath | Tutorial path. | |
wdStartupPath | Startup path. | |
wdProgramPath | Program path. | |
wdGraphicsFiltersPath | Graphics filters path. | |
wdTextConvertersPath | Text converters path. | |
wdProofingToolsPath | Proofing tools path. | |
wdTempFilePath | Temp file path. | |
wdCurrentFolderPath | Current folder path. | |
wdStyleGalleryPath | Style Gallery path. | |
wdBorderArtPath | Border art path. |
Remarks
Used with the DefaultFilePath property of the Options object. You can use the File Locations tab of the Options dialog box to read and set most default file paths.