MetadataOptions Class
MetadataOptions class
Represents the options of loading metadata of the file.
type MetadataOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewMetadataOptions | Creates an options of loading the metadata. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetMetadataType | Gets and sets the type of the metadata which is loading. |
| GetPassword | Represents Workbook file encryption password. |
| SetPassword | Represents Workbook file encryption password. |
| GetKeyLength | The key length. |
| SetKeyLength | The key length. |