WdBuiltInProperty Enumeration 

Specifies a built-in document property.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdBuiltInProperty1 As WdBuiltInProperty = WdBuiltInProperty.wdPropertyAppName

Syntax

Public Enum WdBuiltInProperty
public enum WdBuiltInProperty
public enum class WdBuiltInProperty
public enum WdBuiltInProperty
public enum WdBuiltInProperty

Members

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

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace