OfficeIMO

API Reference

Class

BuiltinDocumentProperties

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Provides access to the built-in document properties such as title, creator and keywords.

Inheritance

  • Object
  • BuiltinDocumentProperties

Constructors

public BuiltinDocumentProperties(WordDocument document) #

Initializes a new instance of the BuiltinDocumentProperties class for the specified WordDocument.

Parameters

document OfficeIMO.Word.WordDocument requiredposition: 0
The document whose built-in properties are exposed.

Properties

public String Creator { get; set; } #

Gets or sets the creator of the document.

public String Title { get; set; } #

Gets or sets the title of the document.

public String Description { get; set; } #

Gets or sets the document description.

public String Category { get; set; } #

Gets or sets the category of the document.

public String Keywords { get; set; } #

A delimited set of keywords (tags) to support searching and indexing the Package and content.

public String Subject { get; set; } #

Gets or sets the document subject.

public String Revision { get; set; } #

Gets or sets the document revision number.

public String LastModifiedBy { get; set; } #

Gets or sets the last user who modified the document.

public String Version { get; set; } #

Gets or sets the document version.

public Nullable<DateTime> Created { get; set; } #

Gets or sets the creation date of the document.

public Nullable<DateTime> Modified { get; set; } #

Gets or sets the last modification date of the document.

public Nullable<DateTime> LastPrinted { get; set; } #

Gets or sets the last print date of the document.