ExtendedDocumentProperties

ExtendedDocumentProperties

Overview

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

Represents extended document properties.

This struct provides 18 methods for working with ExtendedDocumentProperties objects in Rust programs. Available methods include: get_app_version, get_application, get_company, get_doc_security, get_hyperlink_base, get_links_up_to_date, get_manager, get_scale_crop, get_shared_doc, set_app_version, set_application, set_company, and 6 additional methods. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
get_application()&strGets the application.
set_application(value: impl Into<String>)Sets the application.
get_app_version()&strGets the app version.
set_app_version(value: impl Into<String>)Sets the app version.
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_doc_security()Option<u32>Gets the doc security.
set_doc_security(value: Option<u32>)Sets the doc security.
get_hyperlink_base()&strGets the hyperlink base.
set_hyperlink_base(value: impl Into<String>)Sets the hyperlink base.
get_scale_crop()Option<bool>Gets a value indicating whether scale crop.
set_scale_crop(value: Option<bool>)Sets a value indicating whether scale crop.
get_links_up_to_date()Option<bool>Gets a value indicating whether links up to date.
set_links_up_to_date(value: Option<bool>)Sets a value indicating whether links up to date.
get_shared_doc()Option<bool>Gets a value indicating whether shared doc.
set_shared_doc(value: Option<bool>)Sets a value indicating whether shared doc.

See Also