IDocumentProperties — Aspose.Slides FOSS Python API Reference
Overview
IDocumentProperties represents the i document properties in a presentation. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
app_version | str | Read-only | The app_version value. |
name_of_application | str | Read / Write | The name_of_application value. |
company | str | Read / Write | The company value. |
manager | str | Read / Write | The manager value. |
presentation_format | str | Read / Write | The presentation_format value. |
shared_doc | bool | Read / Write | Whether shared_doc is enabled. |
application_template | str | Read / Write | The application_template value. |
total_editing_time | timedelta | Read / Write | The total_editing_time value. |
title | str | Read / Write | The title value. |
subject | str | Read / Write | The subject value. |
author | str | Read / Write | The author value. |
keywords | str | Read / Write | The keywords value. |
comments | str | Read / Write | The comments value. |
category | str | Read / Write | The category value. |
created_time | Any | Read / Write | The created_time value. |
last_saved_time | Any | Read / Write | The last_saved_time value. |
last_printed | Any | Read / Write | The last_printed value. |
last_saved_by | str | Read / Write | The last_saved_by value. |
revision_number | int | Read / Write | The revision_number value. |
content_status | str | Read / Write | The content_status value. |
content_type | str | Read / Write | The content_type value. |
hyperlink_base | str | Read / Write | The hyperlink_base value. |
scale_crop | bool | Read / Write | Whether scale_crop is enabled. |
links_up_to_date | bool | Read / Write | Whether links_up_to_date is enabled. |
hyperlinks_changed | bool | Read / Write | Whether hyperlinks_changed is enabled. |
slides | int | Read-only | The slides value. |
hidden_slides | int | Read-only | The hidden_slides value. |
notes | int | Read-only | The notes value. |
paragraphs | int | Read-only | The paragraphs value. |
words | int | Read-only | The words value. |
multimedia_clips | int | Read-only | The multimedia_clips value. |
titles_of_parts | list[str] | Read-only | The titles_of_parts value. |
heading_pairs | list[IHeadingPair] | Read-only | The heading_pairs value. |
count_of_custom_properties | int | Read-only | The count_of_custom_properties value. |
Methods
| Method | Returns | Description |
|---|---|---|
get_custom_property_value(name) | None | Performs the get_custom_property_value operation. |
set_custom_property_value(name) | None | Performs the set_custom_property_value operation. |
get_custom_property_name(index) | str | Performs the get_custom_property_name operation. |
remove_custom_property(name) | bool | Removes the specified _custom_property from this collection. |
contains_custom_property(name) | bool | Performs the contains_custom_property operation. |
clear_custom_properties() | None | Performs the clear_custom_properties operation. |
clear_built_in_properties() | None | Performs the clear_built_in_properties operation. |