DocumentProperties Class |
Namespace: Aspose.Slides
The DocumentProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentProperties |
Initializes new instance of class DocumentProperties.
|
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.
|
Name | Description | |
---|---|---|
![]() | ClearBuiltInProperties |
Clears and sets default values for all builtIn properties.
|
![]() | ClearCustomProperties |
Removes all custom properties.
|
![]() | Clone |
Clones current object
|
![]() | CloneT |
Clones current object
|
![]() | ContainsCustomProperty |
Check presents of a custom property with a specified name.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCustomPropertyName |
Return a custom property name at the specified index.
|
![]() | GetCustomPropertyValue(String, Boolean) |
Gets a named boolean value from the custom properties.
|
![]() | GetCustomPropertyValue(String, DateTime) |
Gets a named DateTime value from the custom properties.
|
![]() | GetCustomPropertyValue(String, Double) |
Gets a named double value from the custom properties.
|
![]() | GetCustomPropertyValue(String, Int32) |
Gets a named integer value from the custom properties.
|
![]() | GetCustomPropertyValue(String, Single) |
Gets a named float value from the custom properties.
|
![]() | GetCustomPropertyValue(String, String) |
Gets a named string value from the custom properties.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveCustomProperty |
Remove a custom property associated with a specified name.
|
![]() | SetCustomPropertyValue(String, Boolean) |
Sets a named boolean custom property.
|
![]() | SetCustomPropertyValue(String, DateTime) |
Sets a named DateTime custom property.
|
![]() | SetCustomPropertyValue(String, Double) |
Sets a named double custom property.
|
![]() | SetCustomPropertyValue(String, Int32) |
Sets a named integer custom property.
|
![]() | SetCustomPropertyValue(String, Single) |
Sets a named float custom property.
|
![]() | SetCustomPropertyValue(String, String) |
Sets a named string custom property.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |