public class HtmlSaveOptions extends SaveOptions
Modifier and Type | Field and Description |
---|---|
static FileType |
HTML
The constant HTML.
|
Constructor and Description |
---|
HtmlSaveOptions()
Instantiates a new Html save options.
|
Modifier and Type | Method and Description |
---|---|
String |
getResourcePath()
Returns a path to be used when saving resources also as the part of the resource URLs in the main document.
|
boolean |
isExportImagesAsBase64()
Tells if the image resources present in the input document will be exported as base64
strings (embedded resources) within the output document.
|
void |
setExportImagesAsBase64(boolean exportImagesAsBase64)
Sets if image resources present in the input document will be exported as base64
strings (embedded resources) within the output document.
|
void |
setResourcePath(String resourcePath)
Sets a path to be used when saving resources also as the part of the resource URLs in the main document.
|
getPage, getSaveFileType, getSaveName, getSavePath, getWorksheetIndex, isAsListItems, isSplitWorksheetIntoPages, setAsListItems, setPage, setSaveFileType, setSaveName, setSavePath, setSplitWorksheetIntoPages, setWorksheetIndex
public static final FileType HTML
public String getResourcePath()
getSavePath
method.saveName
).public void setResourcePath(String resourcePath)
getSavePath
method.saveName
).resourcePath
- path where resources will be savedpublic boolean isExportImagesAsBase64()
public void setExportImagesAsBase64(boolean exportImagesAsBase64)
exportImagesAsBase64
- boolean value telling if images should be embeddedCopyright © 2015 GroupDocs. All rights reserved.