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 |
getUsePdf_HtmlSaveOptions_New()
If
true , the input firstly is converted to PDF and after that to
desired format |
int |
getZoom()
Specifies the zoom level in percentage.
|
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 |
setUsePdf_HtmlSaveOptions_New(boolean value)
If
true , the input firstly is converted to PDF and after that to
desired format |
void |
setZoom(int value)
Specifies the zoom level in percentage.
|
deepClone, getCadOptions, getConvertFileType, getConvertFileTypeExtension, getConvertPages, getCustomName, getHideComments, getHidePdfAnnotations, getHideWordComments, getHideWordTrackedChanges, getNumPagesToConvert, getOutputType, getPageMode, getPageNumber, getSaveOptionsType, getShowGridLines, getShowHiddenSheets, getUsePdf, getWatermarkOptions, memberwiseClone, setCadOptions, setConvertFileType, setConvertPages, setCustomName, setHideComments, setHidePdfAnnotations, setHideWordComments, setHideWordTrackedChanges, setNumPagesToConvert, setOutputType, setPageMode, setPageNumber, setShowGridLines, setShowHiddenSheets, setUsePdf, setWatermarkOptions
public 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 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
- public int getZoom()
Specifies the zoom level in percentage. Default is 100.
public void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
value
- Copyright © 2017. All rights reserved.