Aspose::Cells::Metadata::MetadataOptions class

MetadataOptions class

Represents the options of loading metadata of the file.

class MetadataOptions

Methods

MethodDescription
GetKeyLength()The key length.
GetMetadataType()Gets and sets the type of the metadata which is loading.
GetPassword()Represents Workbook file encryption password.
IsNull() constChecks 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() constoperator 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

FieldDescription
_implThe implementation object.

See Also