API Reference

Class

PowerPointBuiltinDocumentProperties

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Provides access to the built-in package properties for a PowerPoint presentation.

Inheritance

  • Object
  • PowerPointBuiltinDocumentProperties

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public String Creator { get; set; } #

Gets or sets the presentation creator.

public String Title { get; set; } #

Gets or sets the presentation title.

public String Description { get; set; } #

Gets or sets the presentation description.

public String Category { get; set; } #

Gets or sets the presentation category.

public String Keywords { get; set; } #

Gets or sets keywords used for searching and indexing.

public String Subject { get; set; } #

Gets or sets the presentation subject.

public String Revision { get; set; } #

Gets or sets the revision number.

public String LastModifiedBy { get; set; } #

Gets or sets the last user who modified the presentation.

public String Version { get; set; } #

Gets or sets the presentation version.

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

Gets or sets the creation date.

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

Gets or sets the last modification date.

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

Gets or sets the last print date.