| Package | Description |
|---|---|
| com.groupdocs.cloud.editor.model | |
| com.groupdocs.cloud.editor.model.requests |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DelimitedTextSaveOptions |
Contains options for generating and saving text-based Spreadsheet documents (CSV, Tab-based etc.), that use a separator (delimiter)
|
class |
PdfSaveOptions |
Allows to specify custom options for generating and saving PDF (Portable Document Format) documents
|
class |
PresentationSaveOptions |
Allows to specify custom options for generating and saving Presentation (PowerPoint-compatible) documents
|
class |
SpreadsheetSaveOptions |
Allows to specify custom options for generating and saving Spreadsheet (Excel-compliant) documents
|
class |
TextSaveOptions |
Allows to specify custom options for generating and saving plain text (TXT) documents
|
class |
WordProcessingSaveOptions |
Allows to specify custom options for generating and saving WordProcessing-compliant documents
|
| Modifier and Type | Method | Description |
|---|---|---|
SaveOptions |
SaveOptions.format(String format) |
|
SaveOptions |
SaveOptions.htmlPath(String htmlPath) |
|
SaveOptions |
SaveOptions.resourcesPath(String resourcesPath) |
| Modifier and Type | Method | Description |
|---|---|---|
SaveOptions |
SaveRequest.getsaveOptions() |
Edited document save options
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SaveRequest.setsaveOptions(SaveOptions saveOptions) |
| Constructor | Description |
|---|---|
SaveRequest(SaveOptions saveOptions) |
Initializes a new instance of the SaveRequest class.
|
Copyright © 2025. All rights reserved.