| Package | Description |
|---|---|
| com.groupdocs.cloud.editor.model | |
| com.groupdocs.cloud.editor.model.requests |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DelimitedTextLoadOptions |
Options for loading text-based Spreadsheet documents (CSV, Tab-based etc.), that use a separator (delimiter)
|
class |
PresentationLoadOptions |
Allows to specify custom options for editing documents of all supportable Presentation (PowerPoint-compatible) formats
|
class |
SpreadsheetLoadOptions |
Allows to specify custom options for editing documents of all supportable Spreadsheet (Excel-compatible) formats
|
class |
TextLoadOptions |
Allows to specify custom options for loading plain text (TXT) documents
|
class |
WordProcessingLoadOptions |
Allows to specify custom options for loading WordProcessing-compliant documents
|
class |
XmlLoadOptions |
Allows to specify custom options for loading XML (eXtensible Markup Language) documents
|
| Modifier and Type | Method | Description |
|---|---|---|
LoadOptions |
LoadRequest.getloadOptions() |
The document load options
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
LoadRequest.setloadOptions(LoadOptions loadOptions) |
| Constructor | Description |
|---|---|
LoadRequest(LoadOptions loadOptions) |
Initializes a new instance of the LoadRequest class.
|
Copyright © 2025. All rights reserved.