public class SpreadsheetConvertOptions extends CommonConvertOptions<SpreadsheetFileType> implements Serializable
Options for conversion to Spreadsheet file type.
| Constructor and Description |
|---|
SpreadsheetConvertOptions()
Initializes new instance of
SpreadsheetConvertOptions class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Set this property if you want to protect the converted document with a password.
|
int |
getZoom()
Specifies the zoom level in percentage.
|
void |
setPassword(String value)
Set this property if you want to protect the converted document with a password.
|
void |
setZoom(int value)
Specifies the zoom level in percentage.
|
getPageNumber, getPages, getPagesCount, getWatermark, setPageNumber, setPages, setPagesCount, setWatermarkdeepClone, getFormat_ConvertOptions_New, getFormat, setFormat_ConvertOptions_New, setFormatequals, equals, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetFormat, setFormatpublic 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.
public final void setPassword(String value)
Set this property if you want to protect the converted document with a password.
public final int getZoom()
Specifies the zoom level in percentage. Default is 100.
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
Copyright © 2025. All rights reserved.