Represents the options of loading metadata of the file. More...
Inherits Object.
Public Member Functions | |
virtual Aspose::Cells::Metadata::MetadataType | GetMetadataType ()=0 |
Gets the type of the metadata which is loading. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetPassword ()=0 |
Gets Workbook file encryption password. More... | |
virtual void | SetPassword (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Sets Workbook file encryption password. More... | |
virtual Aspose::Cells::Systems::Int32 | GetKeyLength ()=0 |
Gets The key length. More... | |
virtual void | SetKeyLength (Aspose::Cells::Systems::Int32 value)=0 |
Sets The key length. More... | |
Represents the options of loading metadata of the file.
|
pure virtual |
Gets The key length.
|
pure virtual |
Gets the type of the metadata which is loading.
|
pure virtual |
Gets Workbook file encryption password.
|
pure virtual |
Sets The key length.
|
pure virtual |
Sets Workbook file encryption password.