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