Upravit

Sdílet prostřednictvím


WdDefaultFilePath Enum

Definition

Specifies a default folder for files related to Microsoft Word.

public enum class WdDefaultFilePath
[System.Runtime.InteropServices.Guid("41700B9A-149A-3173-9324-E651080B9918")]
public enum WdDefaultFilePath
type WdDefaultFilePath = 
Public Enum WdDefaultFilePath
Inheritance
WdDefaultFilePath
Attributes

Fields

Name Value Description
wdDocumentsPath 0

Documents path.

wdPicturesPath 1

Pictures path.

wdUserTemplatesPath 2

User templates path.

wdWorkgroupTemplatesPath 3

Workgroup templates path.

wdUserOptionsPath 4

User Options path.

wdAutoRecoverPath 5

Path for Auto Recover files.

wdToolsPath 6

Tools path.

wdTutorialPath 7

Tutorial path.

wdStartupPath 8

Startup path.

wdProgramPath 9

Program path.

wdGraphicsFiltersPath 10

Graphics filters path.

wdTextConvertersPath 11

Text converters path.

wdProofingToolsPath 12

Proofing tools path.

wdTempFilePath 13

Temp file path.

wdCurrentFolderPath 14

Current folder path.

wdStyleGalleryPath 15

Style Gallery path.

wdBorderArtPath 19

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.

Applies to