IDocumentProperties class
Contents
[
Hide
]IDocumentProperties class
Represents properties of a presentation.
The IDocumentProperties type exposes the following members:
Properties
Property | Description |
---|---|
app_version | Returns the app version. Read-only str. |
name_of_application | Returns or sets the name of the application. Read/write str. |
company | Returns or sets the company property. Read/write str. |
manager | Returns or sets the manager property. Read/write str. |
presentation_format | Returns or sets the intended format of a presentation. Read/write str. |
shared_doc | Determines whether the presentation is shared between multiple people. Read/write bool. |
application_template | Returns or sets the template of a application. Read/write str. |
total_editing_time | Total editing time of a presentation. Read/write System.TimeSpan. |
title | Returns or sets the title of a presentation. Read/write str. |
subject | Returns or sets the subject of a presentation. Read/write str. |
author | Returns or sets the author of a presentation. Read/write str. |
keywords | Returns or sets the keywords of a presentation. Read/write str. |
comments | Returns or sets the comments of a presentation. Read/write str. |
category | Returns or sets the category of a presentation. Read/write str. |
created_time | Returns the date a presentation was created. Values are in UTC. Read/write System.DateTime. |
last_saved_time | Returns the date a presentation was last modified. Values are in UTC.P 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 IPresentationInfo.read_document_properties Please see the example in Aspose.Slides.IPresentationInfo.UpdateDocumentProperties(Aspose.Slide method summary. |
last_printed | Returns the date when a presentation was printed last time. Read/write System.DateTime. |
last_saved_by | Returns or sets the name of a last person who modified a presentation. Read/write str. |
revision_number | Returns or sets the presentation revision number. Read/write int. |
content_status | Returns or sets the content status of a presentation. Read/write str. |
content_type | Returns or sets the content type of a presentation. Read/write str. |
hyperlink_base | Returns or sets the HyperlinkBase document property. Read/write str. |
count_of_custom_properties | Returns the number of custom properties actually contained in a collection. Read-only int. |
Methods
Method | Description |
---|---|
get_custom_property_value | Gets a named boolean value from the custom properties. |
get_custom_property_value | Gets a named integer value from the custom properties. |
get_custom_property_value | Gets a named DateTime value from the custom properties. |
get_custom_property_value | |
get_custom_property_value | |
get_custom_property_value | |
set_custom_property_value | Sets a named boolean custom property. |
set_custom_property_value | Sets a named integer custom property. |
set_custom_property_value | Sets a named DateTime custom property. |
set_custom_property_value | Sets a named string custom property. |
set_custom_property_value | Sets a named float custom property. |
set_custom_property_value | Sets a named double custom property. |
get_custom_property_name | Return a custom property name at the specified index. |
remove_custom_property | Remove a custom property associated with a specified name. |
contains_custom_property | Check presents of a custom property with a specified name. |
clear_custom_properties | Removes all custom properties. |
clear_built_in_properties | Clears and sets default values for all builtIn properties. |
See Also
- module
aspose.slides
- library
Aspose.Slides