Package | Description |
---|---|
com.groupdocs.cloud.comparison.model |
Modifier and Type | Method | Description |
---|---|---|
static Settings.PaperSizeEnum |
Settings.PaperSizeEnum.fromValue(java.lang.String text) |
|
Settings.PaperSizeEnum |
Settings.getPaperSize() |
Gets or sets the result document paper size
|
Settings.PaperSizeEnum |
Settings.PaperSizeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static Settings.PaperSizeEnum |
Settings.PaperSizeEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Settings.PaperSizeEnum[] |
Settings.PaperSizeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Settings |
Settings.paperSize(Settings.PaperSizeEnum paperSize) |
|
void |
Settings.setPaperSize(Settings.PaperSizeEnum paperSize) |
|
void |
Settings.PaperSizeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Settings.PaperSizeEnum enumeration) |
Copyright © 2020. All rights reserved.