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