SpreadsheetConvertOptions
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| SpreadsheetConvertOptions() | Initializes new instance of SpreadsheetConvertOptions class. |
| 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. |
public SpreadsheetConvertOptions()
Initializes new instance of SpreadsheetConvertOptions class.
public final String getPassword()
Set this property if you want to protect the converted document with a password.
Returns: java.lang.String
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 |
public final int getZoom()
Specifies the zoom level in percentage. Default is 100.
Returns: int
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.