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.
|
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, setFormat_ConvertOptions_Newequals, equals, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetFormatpublic 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.
public char getSeparator()
public void setSeparator(char separator)
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 typeCopyright © 2026. All rights reserved.