CoreDocumentProperties

CoreDocumentProperties

Overview

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

Represents core document properties.

This struct provides 22 methods for working with CoreDocumentProperties objects in Rust programs. Available methods include: get_category, get_content_status, get_created, get_creator, get_description, get_keywords, get_last_modified_by, get_modified, get_revision, get_subject, get_title, set_category, and 10 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_creator()&strGets the creator.
set_creator(value: impl Into<String>)Sets the creator.
get_keywords()&strGets the keywords.
set_keywords(value: impl Into<String>)Sets the keywords.
get_description()&strGets the description.
set_description(value: impl Into<String>)Sets the description.
get_last_modified_by()&strGets the last modified by.
set_last_modified_by(value: impl Into<String>)Sets the last modified by.
get_revision()&strGets the revision.
set_revision(value: impl Into<String>)Sets the revision.
get_category()&strGets the category.
set_category(value: impl Into<String>)Sets the category.
get_content_status()&strGets the content status.
set_content_status(value: impl Into<String>)Sets the content status.
get_created()Option<DateTime<Utc>>Gets the created.
set_created(value: Option<DateTime<Utc>>)Sets the created.
get_modified()Option<DateTime<Utc>>Gets the modified.
set_modified(value: Option<DateTime<Utc>>)Sets the modified.

See Also