SpreadsheetConvertOptions class
SpreadsheetConvertOptions class
Options for conversion to Spreadsheet file type.
Inheritance: SpreadsheetConvertOptions
→
CommonConvertOptions
→
ConvertOptions
→
ValueObject
The SpreadsheetConvertOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes new instance of SpreadsheetConvertOptions class. |
Properties
Property | Description |
---|---|
format | The desired file type the input document should be converted to. |
watermark | Implements IWatermarkedConvertOptions.watermark |
page_number | Implements IPagedConvertOptions.page_number |
pages_count | Implements IPagedConvertOptions.pages_count |
pages | Implements IPageRangedConvertOptions.pages |
password | Set this property if you want to protect the converted document with a password. |
zoom | Specifies the zoom level in percentage. Default is 100. |
separator | Specifies the separator to be used when convert to a delimited formats |
encoding | Specifies the encoding to be used when convert to a delimited formats |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
clone | Clones current options instance. |
See Also
- module
groupdocs.conversion.options.convert
- class
CommonConvertOptions
- class
ConvertOptions
- class
SpreadsheetConvertOptions
- class
ValueObject