Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Remarks

You cannot create a DocumentProperties object using the new keyword. You must get an existing DocumentProperties object from a Document.

MS Word equivalent: File menu > Properties

The following sample gets the DocumentProperties of a document so you can start working with these properties.

...

Name

Description

Application

Excerpt Include
WW8:DocumentProperties.ApplicationWW8:
DocumentProperties.Application
nopaneltrue

Author

Excerpt Include
WW8:DocumentProperties.AuthorWW8:
DocumentProperties.Author
nopaneltrue

Comments

Excerpt Include
WW8:DocumentProperties.CommentsWW8:
DocumentProperties.Comments
nopaneltrue

Company

Excerpt Include
WW8:DocumentProperties.CompanyWW8:
DocumentProperties.Company
nopaneltrue

CreationDate

Excerpt Include
WW8:DocumentProperties.CreationDateWW8:
DocumentProperties.CreationDate
nopaneltrue

Keywords

Excerpt Include
WW8:DocumentProperties.KeywordsWW8:
DocumentProperties.Keywords
nopaneltrue

LastSavedDate

Excerpt Include
WW8:DocumentProperties.LastSavedDateWW8:
DocumentProperties.LastSavedDate
nopaneltrue

Manager

Excerpt Include
WW8:DocumentProperties.ManagerWW8:
DocumentProperties.Manager
nopaneltrue

Subject

Excerpt Include
WW8:DocumentProperties.SubjectWW8:
DocumentProperties.Subject
nopaneltrue

Title

Excerpt Include
WW8:DocumentProperties.TitleWW8:
DocumentProperties.Title
nopaneltrue

...

Name

Description

Clear()

Excerpt Include
WW8:DocumentProperties.Clear()WW8:
DocumentProperties.Clear()
nopaneltrue

GetCustomProperty(String)

Excerpt Include
WW8:DocumentProperties.GetCustomProperty(String)WW8:
DocumentProperties.GetCustomProperty(String)
nopaneltrue

GetProperty(DocumentProperties.BuiltInProperty)

Excerpt Include
WW8:DocumentProperties.GetProperty(DocumentProperties.BuiltInProperty)WW8:
DocumentProperties.GetProperty(DocumentProperties.BuiltInProperty)
nopaneltrue

GetProperty(String)

Excerpt Include
WW8:DocumentProperties.GetProperty(String)WW8:
DocumentProperties.GetProperty(String)
nopaneltrue

RestoreDefaults()

Excerpt Include
WW8:DocumentProperties.RestoreDefaults()WW8:
DocumentProperties.RestoreDefaults()
nopaneltrue

SetCustomProperty(String, Object)

Excerpt Include
WW8:DocumentProperties.SetCustomProperty(String, Object)WW8:
DocumentProperties.SetCustomProperty(String, Object)
nopaneltrue

SetProperty(DocumentProperties.BuiltInProperty, Object)

Excerpt Include
WW8:DocumentProperties.SetProperty(DocumentProperties.BuiltInProperty, Object)WW8:
DocumentProperties.SetProperty(DocumentProperties.BuiltInProperty, Object)
nopaneltrue

SetProperty(String, Object)

Excerpt Include
WW8:DocumentProperties.SetProperty(String, Object)WW8:
DocumentProperties.SetProperty(String, Object)
nopaneltrue

...

Name

Description

BuiltInProperty

Excerpt Include
WW8:DocumentProperties.BuiltInPropertyWW8:
DocumentProperties.BuiltInProperty
nopaneltrue