DocumentProperties

DocumentProperties

Overview

DocumentProperties is a class in Aspose.Cells FOSS for Python.

Container for all document-level properties.

This class provides 1 method for working with DocumentProperties objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: author, category, comments, company, core, creator, and 5 more.

Properties

NameTypeAccessDescription
core``ReadGets core document properties (stored in docProps/core.xml).
extended``ReadGets extended/application properties (stored in docProps/app.xml).
title``Read/WriteDocument title.
subject``Read/WriteDocument subject.
author``Read/WriteDocument author (alias for creator).
creator``Read/WriteDocument creator.
keywords``Read/WriteDocument keywords.
comments``Read/WriteDocument comments (alias for description).
category``Read/WriteDocument category.
company``Read/WriteCompany name.
manager``Read/WriteManager name.

Methods

SignatureDescription
__init__()

See Also