DocumentProperties

DocumentProperties

Overview

DocumentProperties is a class in Aspose.Slides FOSS for Python. Inherits from: IDocumentProperties.

Represents properties of a presentation.

Properties

NameTypeAccessDescription
titlestrReadReturns or sets the title of a presentation.
subjectstrReadReturns or sets the subject of a presentation.
authorstrReadReturns or sets the author of a presentation.
keywordsstrReadReturns or sets the keywords of a presentation.
commentsstrReadReturns or sets the comments of a presentation.
categorystrReadReturns or sets the category of a presentation.
content_statusstrReadReturns or sets the content status of a presentation.
content_typestrReadReturns or sets the content type of a presentation.
last_saved_bystrReadReturns or sets the name of a last person who modified a presentation.
revision_numberintReadReturns or sets the presentation revision number.
created_timeAnyReadReturns the date a presentation was created.
last_saved_timeAnyReadReturns the date a presentation was last modified.
last_printedAnyReadReturns the date when a presentation was printed last time.
app_versionstrReadReturns the app version.
name_of_applicationstrReadReturns or sets the name of the application.
companystrReadReturns or sets the company property.
managerstrReadReturns or sets the manager property.
presentation_formatstrReadReturns or sets the intended format of a presentation.
application_templatestrReadReturns or sets the template of a application.
hyperlink_basestrReadReturns or sets the HyperlinkBase document property.
total_editing_timetimedeltaReadTotal editing time of a presentation.
shared_docboolReadDetermines whether the presentation is shared between multiple people.
scale_cropboolReadIndicates the display mode of the document thumbnail.
links_up_to_dateboolReadIndicates whether hyperlinks in a document are up-to-date.
hyperlinks_changedboolReadSpecifies that one or more hyperlinks in this part were updated exclusively in this part by a producer.
slidesintReadReturns the total number of slides in a presentation document.
hidden_slidesintReadReturns the number of hidden slides in a presentation document.
notesintReadReturns the number of slides in a presentation containing notes.
paragraphsintReadReturns the total number of paragraphs found in a document if applicable.
wordsintReadReturns the total number of words contained in a document.
multimedia_clipsintReadReturns the total number of sound or video clips that are present in the document.
heading_pairslist[IHeadingPair]ReadIndicates the grouping of document parts and the number of parts in each group.
titles_of_partslist[str]ReadSpecifies the title of each document part.
count_of_custom_propertiesintReadReturns the number of custom properties actually contained in a collection.

Methods

SignatureDescription
get_custom_property_value()Get a custom property value by name.
set_custom_property_value()Set a custom property value by name.
get_custom_property_name(index)strReturns the custom property name at the specified index
remove_custom_property(name)boolDeletes the custom property with the given name and returns success
contains_custom_property(name)boolChecks if a custom property with the given name exists
clear_custom_properties()Removes all custom properties from the document
clear_built_in_properties()Clears all built‑in document properties

See Also