| Package | Description |
|---|---|
| com.groupdocs.cloud.editor.model |
| Modifier and Type | Method | Description |
|---|---|---|
static TextLoadOptions.TrailingSpacesEnum |
TextLoadOptions.TrailingSpacesEnum.fromValue(String text) |
|
TextLoadOptions.TrailingSpacesEnum |
TextLoadOptions.getTrailingSpaces() |
Gets or sets preferred option of a trailing space handling.
|
TextLoadOptions.TrailingSpacesEnum |
TextLoadOptions.TrailingSpacesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static TextLoadOptions.TrailingSpacesEnum |
TextLoadOptions.TrailingSpacesEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TextLoadOptions.TrailingSpacesEnum[] |
TextLoadOptions.TrailingSpacesEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TextLoadOptions.setTrailingSpaces(TextLoadOptions.TrailingSpacesEnum trailingSpaces) |
|
TextLoadOptions |
TextLoadOptions.trailingSpaces(TextLoadOptions.TrailingSpacesEnum trailingSpaces) |
|
void |
TextLoadOptions.TrailingSpacesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TextLoadOptions.TrailingSpacesEnum enumeration) |
Copyright © 2025. All rights reserved.