com.aspose.cells

Class MetadataOptions

  • java.lang.Object
    • com.aspose.cells.MetadataOptions
public class MetadataOptions 
extends java.lang.Object

Represents the options of loading metadata of the file.

Constructor Summary
MetadataOptions(intmetadataType)
Creates an options of loading the metadata.
 
Property Getters/Setters Summary
intgetKeyLength()
void
setKeyLength(intvalue)
           The key length.
intgetMetadataType()
Gets and sets the type of the metadata which is loading. The value of the property is MetadataType integer constant.
java.lang.StringgetPassword()
void
setPassword(java.lang.Stringvalue)
           Represents Workbook file encryption password.
 

    • Constructor Detail

      • MetadataOptions

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

      • getMetadataType

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

        public java.lang.String getPassword() / public void setPassword(java.lang.String value)
        
        Represents Workbook file encryption password.
      • getKeyLength/setKeyLength

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

    setPassword

    public voidsetPassword(java.lang.Stringvalue)
    
    Represents Workbook file encryption password.

    setKeyLength

    public voidsetKeyLength(intvalue)
    
    The key length.