|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiHtmlExportSettings
public class StiHtmlExportSettings
HTML format export settings Copyright Stimulsoft
Constructor Summary | |
---|---|
StiHtmlExportSettings()
|
|
StiHtmlExportSettings(StiExportSettings settings)
|
Method Summary | |
---|---|
int |
getBookmarksTreeWidth()
Gets defaullt width of bookmarks tree. |
StiHtmlChartType |
getChartType()
type of the chart in the exported html file. |
java.nio.charset.Charset |
getEncoding()
Gets encoding of html file. |
StiHtmlExportBookmarksMode |
getExportBookmarksMode()
Gets export mode of bookmarks tree. |
StiExportFormat |
getExportFormat()
Export format |
StiHtmlExportMode |
getExportMode()
Gets mode of html file creation. |
StiHtmlExportQuality |
getExportQuality()
Gets quality of html file. |
StiImageFormat |
getImageFormat()
Gets image format for exported images. |
float |
getImageQuality()
Gets image quality of images which will be exported to result file. |
float |
getImageResolution()
Gets image resolution of images which will be exported to result file. |
java.lang.String |
getOpenLinksTarget()
a target to open links from the exported report. |
StiHorAlignment |
getPageHorAlignment()
The horizontal alignment of pages. |
double |
getZoom()
Gets zoom factor of exported file. |
boolean |
isAddPageBreaks()
Gets value which indicates that special page breaks marker will be added to result html file. |
boolean |
isRemoveEmptySpaceAtBottom()
|
boolean |
isUseStylesTable()
Gets value which indicates that table styles will be used in result html file. |
boolean |
isUseWatermarkMargins()
|
void |
setAddPageBreaks(boolean addPageBreaks)
Sets value which indicates that special page breaks marker will be added to result html file. |
void |
setBookmarksTreeWidth(int bookmarksTreeWidth)
Sets defaullt width of bookmarks tree. |
void |
setChartType(StiHtmlChartType chartType)
type of the chart in the exported html file. |
void |
setEncoding(java.nio.charset.Charset encoding)
Sets encoding of html file. |
void |
setExportBookmarksMode(StiHtmlExportBookmarksMode exportBookmarksMode)
Sets export mode of bookmarks tree. |
void |
setExportMode(StiHtmlExportMode exportMode)
Sets mode of html file creation. |
void |
setExportQuality(StiHtmlExportQuality exportQuality)
Sets quality of html file. |
void |
setImageFormat(StiImageFormat imageFormat)
Sets image format for exported images. |
void |
setImageQuality(float imageQuality)
Sets image quality of images which will be exported to result file. |
void |
setImageResolution(float imageResolution)
Sets image resolution of images which will be exported to result file. |
void |
setOpenLinksTarget(java.lang.String openLinksTarget)
a target to open links from the exported report. |
void |
setPageHorAlignment(StiHorAlignment pageHorAlignment)
The horizontal alignment of pages. |
void |
setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
|
void |
setUseStylesTable(boolean useStylesTable)
Sets value which indicates that table styles will be used in result html file. |
void |
setUseWatermarkMargins(boolean useWatermarkMargins)
|
void |
setZoom(double zoom)
Sets zoom factor of exported file. |
Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings |
---|
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmail |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiHtmlExportSettings()
public StiHtmlExportSettings(StiExportSettings settings)
Method Detail |
---|
public boolean isUseWatermarkMargins()
public void setUseWatermarkMargins(boolean useWatermarkMargins)
useWatermarkMargins
- the useWatermarkMargins to setpublic StiExportFormat getExportFormat()
getExportFormat
in class StiPageRangeExportSettings
public float getImageQuality()
public void setImageQuality(float imageQuality)
imageQuality
- the imageQuality to setpublic float getImageResolution()
public void setImageResolution(float imageResolution)
imageResolution
- the imageResolution to setpublic double getZoom()
public void setZoom(double zoom)
zoom
- the zoom to setpublic StiImageFormat getImageFormat()
public void setImageFormat(StiImageFormat imageFormat)
imageFormat
- the imageFormat to setpublic StiHtmlExportMode getExportMode()
public void setExportMode(StiHtmlExportMode exportMode)
exportMode
- the exportMode to setpublic StiHtmlExportQuality getExportQuality()
public void setExportQuality(StiHtmlExportQuality exportQuality)
exportQuality
- the exportQuality to setpublic java.nio.charset.Charset getEncoding()
public void setEncoding(java.nio.charset.Charset encoding)
encoding
- the encoding to setpublic boolean isAddPageBreaks()
public void setAddPageBreaks(boolean addPageBreaks)
addPageBreaks
- the addPageBreaks to setpublic int getBookmarksTreeWidth()
public void setBookmarksTreeWidth(int bookmarksTreeWidth)
bookmarksTreeWidth
- the bookmarksTreeWidth to setpublic StiHtmlExportBookmarksMode getExportBookmarksMode()
public void setExportBookmarksMode(StiHtmlExportBookmarksMode exportBookmarksMode)
exportBookmarksMode
- the exportBookmarksMode to setpublic boolean isUseStylesTable()
public void setUseStylesTable(boolean useStylesTable)
useStylesTable
- the useStylesTable to setpublic boolean isRemoveEmptySpaceAtBottom()
public void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
removeEmptySpaceAtBottom
- the removeEmptySpaceAtBottom to setpublic StiHorAlignment getPageHorAlignment()
public void setPageHorAlignment(StiHorAlignment pageHorAlignment)
pageHorAlignment
- the pageHorAlignment to setpublic java.lang.String getOpenLinksTarget()
public void setOpenLinksTarget(java.lang.String openLinksTarget)
openLinksTarget
- the openLinksTarget to setpublic StiHtmlChartType getChartType()
public void setChartType(StiHtmlChartType chartType)
chartType
- the chartType to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |