asposecells.api

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
methodgetKeyLength()
method
           The key length.
methodgetMetadataType()
Gets and sets the type of the metadata which is loading. The value of the property is MetadataType integer constant.
methodgetPassword()
method
           Represents Workbook file encryption password.
 

    • Constructor Detail

      • MetadataOptions

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

      • getMetadataType : int 

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

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

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