DelimitedTextSaveOptions, PdfSaveOptions, PresentationSaveOptions, SpreadsheetSaveOptions, TextSaveOptions, WordProcessingSaveOptionspublic class SaveOptions extends Options
| Constructor | Description |
|---|---|
SaveOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
SaveOptions |
format(String format) |
|
String |
getFormat() |
Document format
|
String |
getHtmlPath() |
The Html document path
|
String |
getResourcesPath() |
Resources path
|
int |
hashCode() |
|
SaveOptions |
htmlPath(String htmlPath) |
|
SaveOptions |
resourcesPath(String resourcesPath) |
|
void |
setFormat(String format) |
|
void |
setHtmlPath(String htmlPath) |
|
void |
setResourcesPath(String resourcesPath) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfileInfo, getFileInfo, getOutputPath, outputPath, setFileInfo, setOutputPathpublic SaveOptions htmlPath(String htmlPath)
public String getHtmlPath()
public void setHtmlPath(String htmlPath)
public SaveOptions resourcesPath(String resourcesPath)
public String getResourcesPath()
public void setResourcesPath(String resourcesPath)
public SaveOptions format(String format)
public String getFormat()
public void setFormat(String format)
Copyright © 2025. All rights reserved.