public final class HtmlSaveOptions extends SaveOptions
Options for to Html conversion
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlSaveOptions.HtmlFileType
Pdf file types
|
| Constructor and Description |
|---|
HtmlSaveOptions()
Create HtmlSaveOptions instance
|
| Modifier and Type | Method and Description |
|---|---|
com.groupdocs.foundation.domain.FileType |
getConvertFileType_HtmlSaveOptions_New()
The desired file type to which the input document should be converted to
|
boolean |
getFixedLayout()
If true fixed layout will be used e.g.
|
boolean |
getPageMode_HtmlSaveOptions_New()
If true the conversion result will be set of streams/files for each page
If false only one stream/file will be returned Default: false
|
boolean |
getUsePdf_HtmlSaveOptions_New()
If
true, the input firstly is converted to PDF and after that to
desired format |
void |
setConvertFileType_HtmlSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
|
void |
setFixedLayout(boolean value)
If true fixed layout will be used e.g.
|
void |
setPageMode_HtmlSaveOptions_New(boolean value)
If true the conversion result will be set of streams/files for each page
If false only one stream/file will be returned Default: false
|
void |
setUsePdf_HtmlSaveOptions_New(boolean value)
If
true, the input firstly is converted to PDF and after that to
desired format |
deepClone, getConvertFileType, getCustomName, getHideWordTrackedChanges, getNumPagesToConvert, getOutputType, getPageMode, getPageNumber, getSaveOptionsType, getShowGridLines, getShowHiddenSheets, getUsePdf, getWatermarkOptions, memberwiseClone, setConvertFileType, setCustomName, setHideWordTrackedChanges, setNumPagesToConvert, setOutputType, setPageMode, setPageNumber, setShowGridLines, setShowHiddenSheets, setUsePdf, setWatermarkOptionspublic boolean getUsePdf_HtmlSaveOptions_New()
If true, the input firstly is converted to PDF and after that to
desired format
public void setUsePdf_HtmlSaveOptions_New(boolean value)
If true, the input firstly is converted to PDF and after that to
desired format
value - public com.groupdocs.foundation.domain.FileType getConvertFileType_HtmlSaveOptions_New()
The desired file type to which the input document should be converted to
public void setConvertFileType_HtmlSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
value - public boolean getPageMode_HtmlSaveOptions_New()
If true the conversion result will be set of streams/files for each page If false only one stream/file will be returned Default: false
public void setPageMode_HtmlSaveOptions_New(boolean value)
If true the conversion result will be set of streams/files for each page If false only one stream/file will be returned Default: false
value - public boolean getFixedLayout()
If true fixed layout will be used e.g. absolutelly positioned html elements Default: true
public void setFixedLayout(boolean value)
If true fixed layout will be used e.g. absolutelly positioned html elements Default: true
value - Copyright © 2017. All rights reserved.