ExtendedDocumentPropertiesModel

ExtendedDocumentPropertiesModel

Overview

ExtendedDocumentPropertiesModel is a struct in Aspose.Cells FOSS for Rust. Inherits from: Default, Clone, PartialEq.

This struct declares 2 methods for ExtendedDocumentPropertiesModel objects in Rust programs. Available methods include: copy_from, has_stored_state. Public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
copy_from(source: ExtendedDocumentPropertiesModel)Calls copy_from(source) on this ExtendedDocumentPropertiesModel instance.
has_stored_state()boolReturns true if stored state is present.

See Also