SpreadsheetConvertOptions

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.convert.ConvertOptions, com.groupdocs.conversion.options.convert.CommonConvertOptions

All Implemented Interfaces: java.io.Serializable

public class SpreadsheetConvertOptions extends CommonConvertOptions<SpreadsheetFileType> implements Serializable

Options for conversion to Spreadsheet file type.

Constructors

Constructor Description
SpreadsheetConvertOptions() Initializes new instance of SpreadsheetConvertOptions class.

Methods

Method Description
getPassword() Set this property if you want to protect the converted document with a password.
setPassword(String value) Set this property if you want to protect the converted document with a password.
getZoom() Specifies the zoom level in percentage.
setZoom(int value) Specifies the zoom level in percentage.
getSeparator() Specifies the separator to be used when convert to a delimited formats
setSeparator(char separator)
setFormat(FileType value)

SpreadsheetConvertOptions()

public SpreadsheetConvertOptions()

Initializes new instance of SpreadsheetConvertOptions class.

getPassword()

public final String getPassword()

Set this property if you want to protect the converted document with a password.

Returns: java.lang.String

setPassword(String value)

public final void setPassword(String value)

Set this property if you want to protect the converted document with a password.

Parameters:

Parameter Type Description
value java.lang.String

getZoom()

public final int getZoom()

Specifies the zoom level in percentage. Default is 100.

Returns: int

setZoom(int value)

public final void setZoom(int value)

Specifies the zoom level in percentage. Default is 100.

Parameters:

Parameter Type Description
value int

getSeparator()

public char getSeparator()

Specifies the separator to be used when convert to a delimited formats

Returns: char

setSeparator(char separator)

public void setSeparator(char separator)

Parameters:

Parameter Type Description
separator char

setFormat(FileType value)

public void setFormat(FileType value)

The desired file type the input document should be converted to.

Parameters:

Parameter Type Description
value FileType