aspose.cells

Class MetadataOptions

Represents the options of loading metadata of the file.

Constructor Summary
MetadataOptions(metadataType)
Creates an options of loading the metadata.
 
Property Getters/Setters Summary
functiongetKeyLength()
function
           The key length.
functiongetMetadataType()
Gets and sets the type of the metadata which is loading. The value of the property is MetadataType integer constant.
functiongetPassword()
function
           Represents Workbook file encryption password.
 

    • Constructor Detail

      • MetadataOptions

        function MetadataOptions(metadataType)
        Creates an options of loading the metadata.
        Parameters:
        metadataType: Number - A MetadataType value. The type of metadata.
    • Property Getters/Setters Detail

      • getMetadataType : Number 

        function getMetadataType()
        
        Gets and sets the type of the metadata which is loading. The value of the property is MetadataType integer constant.
      • getPassword/setPassword : String 

        function getPassword() / function setPassword(value)
        
        Represents Workbook file encryption password.
      • getKeyLength/setKeyLength : Number 

        function getKeyLength() / function setKeyLength(value)
        
        The key length.