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
| 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_author() → &str | Gets the author. |
set_author(value: impl Into<String>) | Sets the author. |
get_keywords() → &str | Gets the keywords. |
set_keywords(value: impl Into<String>) | Sets the keywords. |
get_comments() → &str | Gets the comments. |
set_comments(value: impl Into<String>) | Sets the comments. |
get_category() → &str | Gets the category. |
set_category(value: impl Into<String>) | Sets the category. |
get_company() → &str | Gets the company. |
set_company(value: impl Into<String>) | Sets the company. |
get_manager() → &str | Gets the manager. |
set_manager(value: impl Into<String>) | Sets the manager. |
get_core() → &CoreDocumentProperties | Gets the core. |
get_core_mut() → &mut CoreDocumentProperties | Gets the associated value. |
get_extended() → &ExtendedDocumentProperties | Gets the extended. |
get_extended_mut() → &mut ExtendedDocumentProperties | Gets the associated value. |