| 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()
Creates a new instance of
SpreadsheetOptions class for rendering one sheet into one page. |
static SpreadsheetOptions |
SpreadsheetOptions.forRenderingByPageBreaks()
Initializes a new instance of the
SpreadsheetOptions class for rendering print areas only. |
static SpreadsheetOptions |
SpreadsheetOptions.forRenderingPrintArea()
Initializes a new instance of the
SpreadsheetOptions class for rendering print areas only. |
static SpreadsheetOptions |
SpreadsheetOptions.forRenderingPrintAreaAndPageBreaks()
Initializes a new instance of
SpreadsheetOptions for rendering print areas and page breaks. |
static SpreadsheetOptions |
SpreadsheetOptions.forSplitSheetIntoPages(int countRowsPerPage)
Creates a new instance of
SpreadsheetOptions class for rendering a sheet into multiple pages. |
static SpreadsheetOptions |
SpreadsheetOptions.forSplitSheetIntoPages(int countRowsPerPage,
int countColumnsPerPage)
Initializes a new instance of the
SpreadsheetOptions class for rendering a sheet into pages. |
SpreadsheetOptions |
BaseViewOptions.getSpreadsheetOptions()
Retrieves the spreadsheet files view options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseViewOptions.setSpreadsheetOptions(SpreadsheetOptions value)
Sets the spreadsheet files view options.
|
Copyright © 2025. All rights reserved.