Package | Description |
---|---|
com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
Modifier and Type | Method and Description |
---|---|
static SpreadsheetOptions |
SpreadsheetOptions.forOnePagePerSheet()
Initializes new instance of
SpreadsheetOptions class for rendering whole sheet into page. |
static SpreadsheetOptions |
SpreadsheetOptions.forRenderingByPageBreaks()
Initializes new instance of
|
static SpreadsheetOptions |
SpreadsheetOptions.forRenderingPrintArea()
Initializes new instance of
SpreadsheetOptions for rendering print areas only. |
static SpreadsheetOptions |
SpreadsheetOptions.forSplitSheetIntoPages(int countRowsPerPage)
Initializes new instance of
SpreadsheetOptions for rendering sheet into pages. |
static SpreadsheetOptions |
SpreadsheetOptions.forSplitSheetIntoPages(int countRowsPerPage,
int countColumnsPerPage)
Initializes new instance of
|
SpreadsheetOptions |
BaseViewOptions.getSpreadsheetOptions()
The spreadsheet files view options.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseViewOptions.setSpreadsheetOptions(SpreadsheetOptions value)
The spreadsheet files view options.
|