DocumentProperties Properties |
The DocumentProperties type exposes the following members.
Name | Description | |
---|---|---|
ApplicationTemplate |
Returns or sets the template of a application.
Read/write String.
| |
AppVersion |
Returns the app version.
Read-only String.
| |
Author |
Returns or sets the author of a presentation.
Read/write String.
| |
Category |
Returns or sets the category of a presentation.
Read/write String.
| |
Comments |
Returns or sets the comments of a presentation.
Read/write String.
| |
Company |
Returns or sets the company property.
Read/write String.
| |
ContentStatus |
Returns or sets the content status of a presentation.
Read/write String.
| |
ContentType |
Returns or sets the content type of a presentation.
Read/write String.
| |
CountOfCustomProperties |
Returns the number of custom properties actually contained in a collection.
Read-only Int32.
| |
CreatedTime |
Returns the date when a presentation was created.
Read/write DateTime.
| |
HyperlinkBase |
Returns or sets the HyperlinkBase document property.
Read/write String.
| |
Item |
Returns or sets the custom property associated with a specified name.
Read/write Object.
| |
Keywords |
Returns or sets the keywords of a presentation.
Read/write String.
| |
LastPrinted |
Returns the date when a presentation was printed last time.
Read/write DateTime.
| |
LastSavedBy |
Returns or sets the name of a last person who modified a presentation.
Read/write String.
| |
LastSavedTime |
Returns the date when a presentation was modified last time.
Read-only in case of Presentation.DocumentProperties (because it will be updated internally while IPresentation object saving process).
Can be changed via DocumentProperties instance returning by method ReadDocumentProperties
Please see the example in UpdateDocumentProperties(IDocumentProperties) method summary.
| |
Manager |
Returns or sets the manager property.
Read/write String.
| |
NameOfApplication |
Returns or sets the name of the application.
Read/write String.
| |
PresentationFormat |
Returns or sets the intended format of a presentation.
Read/write String.
| |
RevisionNumber |
Returns or sets the presentation revision number.
Read/write Int32.
| |
SharedDoc |
Determines whether the presentation is shared between multiple people.
Read/write Boolean.
| |
Subject |
Returns or sets the subject of a presentation.
Read/write String.
| |
Title |
Returns or sets the title of a presentation.
Read/write String.
| |
TotalEditingTime |
Total editing time of a presentation.
Read/write TimeSpan.
|