| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| com.groupdocs.comparison.options.enums |
Provides enumerations for various options and settings in GroupDocs.Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
PaperSize |
CompareOptions.getPaperSize()
Gets a size of a paper in result document as
PaperSize object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompareOptions.setPaperSize(PaperSize value)
Sets a size of a paper in result document as
PaperSize object. |
CompareOptions.Builder |
CompareOptions.Builder.setPaperSize(PaperSize value)
Sets a size of a paper in result document as
PaperSize object. |
| Modifier and Type | Method and Description |
|---|---|
static PaperSize |
PaperSize.fromString(String toStringValue)
Parses string representation of PaperSize to get the enum constant.
|
static PaperSize |
PaperSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaperSize[] |
PaperSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.