Bewerken

Delen via


WdBuiltInProperty Enum

Definition

Specifies a built-in document property.

public enum class WdBuiltInProperty
[System.Runtime.InteropServices.Guid("B9EDE5B0-50FA-3327-B624-B21F9391AD5B")]
public enum WdBuiltInProperty
type WdBuiltInProperty = 
Public Enum WdBuiltInProperty
Inheritance
WdBuiltInProperty
Attributes

Fields

Name Value Description
wdPropertyTitle 1

Title.

wdPropertySubject 2

Subject.

wdPropertyAuthor 3

Author.

wdPropertyKeywords 4

Keywords.

wdPropertyComments 5

Comments.

wdPropertyTemplate 6

Template name.

wdPropertyLastAuthor 7

Last author.

wdPropertyRevision 8

Revision number.

wdPropertyAppName 9

Name of application.

wdPropertyTimeLastPrinted 10

Time last printed.

wdPropertyTimeCreated 11

Time created.

wdPropertyTimeLastSaved 12

Time last saved.

wdPropertyVBATotalEdit 13

Number of edits to VBA project.

wdPropertyPages 14

Page count.

wdPropertyWords 15

Word count.

wdPropertyCharacters 16

Character count.

wdPropertySecurity 17

Security setting.

wdPropertyCategory 18

Category.

wdPropertyFormat 19

Not supported.

wdPropertyManager 20

Manager.

wdPropertyCompany 21

Company.

wdPropertyBytes 22

Byte count.

wdPropertyLines 23

Line count.

wdPropertyParas 24

Paragraph count.

wdPropertySlides 25

Not supported.

wdPropertyNotes 26

Notes.

wdPropertyHiddenSlides 27

Not supported.

wdPropertyMMClips 28

Not supported.

wdPropertyHyperlinkBase 29

Not supported.

wdPropertyCharsWSpaces 30

Character count with spaces.

Remarks

Used with the BuiltInDocumentProperties collection of the Document or Template object. Most built-in document properties can be found interactively in the Properties dialog box available by clicking Properties on the File menu.

Applies to