WdBuiltInProperty Enumeration

Specifies a built-in document property.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdBuiltInProperty
'Usage
Dim instance As WdBuiltInProperty
public enum WdBuiltInProperty

Members

Member name Description
wdPropertyTitle Title.
wdPropertySubject Subject.
wdPropertyAuthor Author.
wdPropertyKeywords Keywords.
wdPropertyComments Comments.
wdPropertyTemplate Template name.
wdPropertyLastAuthor Last author.
wdPropertyRevision Revision number.
wdPropertyAppName Name of application.
wdPropertyTimeLastPrinted Time last printed.
wdPropertyTimeCreated Time created.
wdPropertyTimeLastSaved Time last saved.
wdPropertyVBATotalEdit Number of edits to VBA project.
wdPropertyPages Page count.
wdPropertyWords Word count.
wdPropertyCharacters Character count.
wdPropertySecurity Security setting.
wdPropertyCategory Category.
wdPropertyFormat Not supported.
wdPropertyManager Manager.
wdPropertyCompany Company.
wdPropertyBytes Byte count.
wdPropertyLines Line count.
wdPropertyParas Paragraph count.
wdPropertySlides Not supported.
wdPropertyNotes Notes.
wdPropertyHiddenSlides Not supported.
wdPropertyMMClips Not supported.
wdPropertyHyperlinkBase Not supported.
wdPropertyCharsWSpaces 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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace