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.
|
char |
getSeparator()
Specifies the separator to be used when convert to a delimited formats
|
int |
getZoom()
Specifies the zoom level in percentage.
|
void |
setFormat(FileType value)
The desired file type the input document should be converted to.
|
void |
setPassword(String value)
Set this property if you want to protect the converted document with a password.
|
void |
setSeparator(char separator) |
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_Newequals, equals, hashCode, op_Equality, op_Inequalityclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFormatpublic 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 char getSeparator()
public final int getZoom()
Specifies the zoom level in percentage. Default is 100.
public void setFormat(FileType value)
ConvertOptionsThe desired file type the input document should be converted to.
setFormat in interface IConvertOptionssetFormat in class ConvertOptions<SpreadsheetFileType>value - file typepublic final void setPassword(String value)
Set this property if you want to protect the converted document with a password.
public void setSeparator(char separator)
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
Copyright © 2025. All rights reserved.