IDocumentProperties

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

PropertyTypeAccessDescription
app_versionstrRead-onlyThe app_version value.
name_of_applicationstrRead / WriteThe name_of_application value.
companystrRead / WriteThe company value.
managerstrRead / WriteThe manager value.
presentation_formatstrRead / WriteThe presentation_format value.
shared_docboolRead / WriteWhether shared_doc is enabled.
application_templatestrRead / WriteThe application_template value.
total_editing_timetimedeltaRead / WriteThe total_editing_time value.
titlestrRead / WriteThe title value.
subjectstrRead / WriteThe subject value.
authorstrRead / WriteThe author value.
keywordsstrRead / WriteThe keywords value.
commentsstrRead / WriteThe comments value.
categorystrRead / WriteThe category value.
created_timeAnyRead / WriteThe created_time value.
last_saved_timeAnyRead / WriteThe last_saved_time value.
last_printedAnyRead / WriteThe last_printed value.
last_saved_bystrRead / WriteThe last_saved_by value.
revision_numberintRead / WriteThe revision_number value.
content_statusstrRead / WriteThe content_status value.
content_typestrRead / WriteThe content_type value.
hyperlink_basestrRead / WriteThe hyperlink_base value.
scale_cropboolRead / WriteWhether scale_crop is enabled.
links_up_to_dateboolRead / WriteWhether links_up_to_date is enabled.
hyperlinks_changedboolRead / WriteWhether hyperlinks_changed is enabled.
slidesintRead-onlyThe slides value.
hidden_slidesintRead-onlyThe hidden_slides value.
notesintRead-onlyThe notes value.
paragraphsintRead-onlyThe paragraphs value.
wordsintRead-onlyThe words value.
multimedia_clipsintRead-onlyThe multimedia_clips value.
titles_of_partslist[str]Read-onlyThe titles_of_parts value.
heading_pairslist[IHeadingPair]Read-onlyThe heading_pairs value.
count_of_custom_propertiesintRead-onlyThe count_of_custom_properties value.

Methods

MethodReturnsDescription
get_custom_property_value(name)NonePerforms the get_custom_property_value operation.
set_custom_property_value(name)NonePerforms the set_custom_property_value operation.
get_custom_property_name(index)strPerforms the get_custom_property_name operation.
remove_custom_property(name)boolRemoves the specified _custom_property from this collection.
contains_custom_property(name)boolPerforms the contains_custom_property operation.
clear_custom_properties()NonePerforms the clear_custom_properties operation.
clear_built_in_properties()NonePerforms the clear_built_in_properties operation.

See Also