Package | Description |
---|---|
com.groupdocs.comparison.options |
The package provides classes that allows to specify additional options for documents comparison process.
|
com.groupdocs.comparison.options.enums |
Modifier and Type | Method and Description |
---|---|
PaperSize |
CompareOptions.getPaperSize()
Gets or sets the result document paper size.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareOptions.setPaperSize(PaperSize value)
Gets or sets the result document paper size.
|
CompareOptions.Builder |
CompareOptions.Builder.setPaperSize(PaperSize value)
Sets paper size.
|
Modifier and Type | Method and Description |
---|---|
static PaperSize |
PaperSize.fromString(String toStringValue) |
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 © 2023. All rights reserved.