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
| Signature | Description |
|---|---|
get_title() → &str | Gets the title. |
set_title(value: impl Into<String>) | Sets the title. |
get_subject() → &str | Gets the subject. |
set_subject(value: impl Into<String>) | Sets the subject. |
get_creator() → &str | Gets the creator. |
set_creator(value: impl Into<String>) | Sets the creator. |
get_keywords() → &str | Gets the keywords. |
set_keywords(value: impl Into<String>) | Sets the keywords. |
get_description() → &str | Gets the description. |
set_description(value: impl Into<String>) | Sets the description. |
get_last_modified_by() → &str | Gets the last modified by. |
set_last_modified_by(value: impl Into<String>) | Sets the last modified by. |
get_revision() → &str | Gets the revision. |
set_revision(value: impl Into<String>) | Sets the revision. |
get_category() → &str | Gets the category. |
set_category(value: impl Into<String>) | Sets the category. |
get_content_status() → &str | Gets 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. |