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, setWatermark
deepClone, getFormat_ConvertOptions_New, getFormat, setFormat_ConvertOptions_New, setFormat
equals, equals, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getFormat, setFormat
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.
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.