Aspose::Cells::Metadata::MetadataOptions class
Contents
[
Hide
]MetadataOptions class
Represents the options of loading metadata of the file.
class MetadataOptions
Methods
| Method | Description |
|---|---|
| GetKeyLength() | The key length. |
| GetMetadataType() | Gets and sets the type of the metadata which is loading. |
| GetPassword() | Represents Workbook file encryption password. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit MetadataOptions(MetadataType metadataType) | Creates an options of loading the metadata. |
| MetadataOptions(MetadataOptions_Impl* impl) | Constructs from an implementation object. |
| MetadataOptions(const MetadataOptions& src) | Copy constructor. |
| explicit operator bool() const | operator bool() |
| operator=(const MetadataOptions& src) | operator= |
| SetKeyLength(int32_t value) | The key length. |
| SetPassword(const U16String& value) | Represents Workbook file encryption password. |
| SetPassword(const char16_t* value) | Represents Workbook file encryption password. |
| ~MetadataOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Metadata
- Library Aspose.Cells for C++