| Package | Description |
|---|---|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
PageSize |
EmailOptions.getPageSize()
Gets the size of the output page.
|
PageSize |
ProjectManagementOptions.getPageSize()
Retrieves the output page size.
|
PageSize |
WordProcessingOptions.getPageSize()
Retrieves the page size for rendering HTM and HTML files.
|
static PageSize |
PageSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageSize[] |
PageSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailOptions.setPageSize(PageSize value)
Gets the size of the output page.
|
void |
ProjectManagementOptions.setPageSize(PageSize value)
Sets the output page size.
|
void |
WordProcessingOptions.setPageSize(PageSize pageSize)
Sets the page size for rendering HTM and HTML files.
|
Copyright © 2024. All rights reserved.