SpreadsheetConvertOptions
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.convert.ConvertOptions, com.groupdocs.conversion.options.convert.CommonConvertOptions
All Implemented Interfaces: java.io.Serializable
public class SpreadsheetConvertOptions extends CommonConvertOptions<SpreadsheetFileType> implements Serializable
Options for conversion to Spreadsheet file type.
Constructors
Constructor | Description |
---|---|
SpreadsheetConvertOptions() | Initializes new instance of SpreadsheetConvertOptions class. |
Methods
Method | Description |
---|---|
getPassword() | Set this property if you want to protect the converted document with a password. |
setPassword(String value) | Set this property if you want to protect the converted document with a password. |
getZoom() | Specifies the zoom level in percentage. |
setZoom(int value) | Specifies the zoom level in percentage. |
SpreadsheetConvertOptions()
public SpreadsheetConvertOptions()
Initializes new instance of SpreadsheetConvertOptions class.
getPassword()
public final String getPassword()
Set this property if you want to protect the converted document with a password.
Returns: java.lang.String
setPassword(String value)
public final void setPassword(String value)
Set this property if you want to protect the converted document with a password.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getZoom()
public final int getZoom()
Specifies the zoom level in percentage. Default is 100.
Returns: int
setZoom(int value)
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |