DocumentProperties

DocumentProperties

Overview

DocumentProperties is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Clone, PartialEq, and 1 more.

Represents document properties.

This struct provides 20 methods for working with DocumentProperties objects in Rust programs. Available methods include: get_author, get_category, get_comments, get_company, get_core, get_core_mut, get_extended, get_extended_mut, get_keywords, get_manager, get_subject, get_title, and 8 additional methods. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
get_title()&strGets the title.
set_title(value: impl Into<String>)Sets the title.
get_subject()&strGets the subject.
set_subject(value: impl Into<String>)Sets the subject.
get_author()&strGets the author.
set_author(value: impl Into<String>)Sets the author.
get_keywords()&strGets the keywords.
set_keywords(value: impl Into<String>)Sets the keywords.
get_comments()&strGets the comments.
set_comments(value: impl Into<String>)Sets the comments.
get_category()&strGets the category.
set_category(value: impl Into<String>)Sets the category.
get_company()&strGets the company.
set_company(value: impl Into<String>)Sets the company.
get_manager()&strGets the manager.
set_manager(value: impl Into<String>)Sets the manager.
get_core()&CoreDocumentPropertiesGets the core.
get_core_mut()&mut CoreDocumentPropertiesGets the associated value.
get_extended()&ExtendedDocumentPropertiesGets the extended.
get_extended_mut()&mut ExtendedDocumentPropertiesGets the associated value.

See Also