com.aspose.cells
Class MetadataOptions

java.lang.Object
    extended by com.aspose.cells.MetadataOptions

public class MetadataOptions 
extends java.lang.Object

Represents the options of loading metadata of the file.


Constructor Summary
MetadataOptions(int metadataType)
           Creates an options of loading the metadata.
 
Property Getters/Setters Summary
intgetKeyLength()
voidsetKeyLength(int)
           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()
voidsetPassword(java.lang.String)
           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.

setPassword

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.

setKeyLength

public void setKeyLength(int value)
The key length.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.