public class MetadataOptions
Constructor Summary |
---|
MetadataOptions(intmetadataType)
Creates an options of loading the metadata. |
Property Getters/Setters Summary | ||
---|---|---|
int | getKeyLength() | |
void | setKeyLength(intvalue) | |
The key length. | ||
int | getMetadataType() | |
Gets and sets the type of the metadata which is loading.
The value of the property is MetadataType integer constant. |
||
java.lang.String | getPassword() | |
void | setPassword(java.lang.Stringvalue) | |
Represents Workbook file encryption password. |
public MetadataOptions(int metadataType)
metadataType
- A public int getMetadataType()
public java.lang.String getPassword() / public void setPassword(java.lang.String value)
public int getKeyLength() / public void setKeyLength(int value)