IDocumentProperties
Contents
[
Hide
]
IDocumentProperties class
Represents properties of a presentation.
The IDocumentProperties type exposes the following members:
Properties
Name | Description |
---|---|
app_version | Returns the app version. Read-only string. |
name_of_application | Returns or sets the name of the application. Read/write string. |
company | Returns or sets the company property. Read/write string. |
manager | Returns or sets the manager property. Read/write string. |
presentation_format | Returns or sets the intended format of a presentation. Read/write string. |
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 string. |
total_editing_time | Total editing time of a presentation. Read/write datatime. |
title | Returns or sets the title of a presentation. Read/write string. |
subject | Returns or sets the subject of a presentation. Read/write string. |
author | Returns or sets the author of a presentation. Read/write string. |
keywords | Returns or sets the keywords of a presentation. Read/write string. |
comments | Returns or sets the comments of a presentation. Read/write string. |
category | Returns or sets the category of a presentation. Read/write string. |
created_time | Returns the date a presentation was created. Values are in UTC. Read/write 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 None Please see the example in |
last_printed | Returns the date when a presentation was printed last time. Read/write datetime. |
last_saved_by | Returns or sets the name of a last person who modified a presentation. Read/write string. |
revision_number | Returns or sets the presentation revision number. Read/write |
content_status | Returns or sets the content status of a presentation. Read/write string. |
content_type | Returns or sets the content type of a presentation. Read/write string. |
hyperlink_base | Returns or sets the HyperlinkBase document property. Read/write string. |
count_of_custom_properties | Returns the number of custom properties actually contained in a collection. Read-only |
Methods
Name | Description |
---|---|
get_custom_property_value(name, value) | |
get_custom_property_value(name, value) | |
get_custom_property_value(name, value) | |
get_custom_property_value(name, value) | |
get_custom_property_value(name, value) | |
get_custom_property_value(name, value) | |
set_custom_property_value(name, value) | Sets a named boolean custom property. |
set_custom_property_value(name, value) | Sets a named integer custom property. |
set_custom_property_value(name, value) | Sets a named DateTime custom property. |
set_custom_property_value(name, value) | Sets a named boolean custom property. |
set_custom_property_value(name, value) | Sets a named float custom property. |
set_custom_property_value(name, value) | Sets a named double custom property. |
get_custom_property_name(index) | Return a custom property name at the specified index. |
remove_custom_property(name) | Remove a custom property associated with a specified name. |
contains_custom_property(name) | 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
- namespace aspose.slides
- assembly Aspose.Slides