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 |
|---|---|
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
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, memberwiseClone, setFormat_ConvertOptions_New, setFormatequals, equals, hashCode, op_Equality, op_Inequalityclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFormat, setFormatpublic SpreadsheetConvertOptions()
Initializes new instance of SpreadsheetConvertOptions class.
protected List<Object> getEqualityComponents()
ValueObjectGets equality components.
getEqualityComponents in class ValueObjectpublic final String getPassword()
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 setPassword(String value)
Set this property if you want to protect the converted document with a password.
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
Copyright © 2024. All rights reserved.