|
||||||||||
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.StiRtfExportSettings
public class StiRtfExportSettings
RTF format export settings Copyright Stimulsoft
Constructor Summary | |
---|---|
StiRtfExportSettings()
|
|
StiRtfExportSettings(StiExportSettings settings)
|
Method Summary | |
---|---|
int |
getCodePage()
Gets code page of RTF file. |
StiExportFormat |
getExportFormat()
Export format |
StiRtfExportMode |
getExportMode()
Gets mode of RTF file creation. |
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. |
boolean |
isRemoveEmptySpaceAtBottom()
Gets a value indicating whether it is necessary to remove empty space at the bottom of the page |
boolean |
isStoreImagesAsPng()
A value indicating whether it is necessary to store images in Png format |
boolean |
isUsePageHeadersAndFooters()
Gets value which enables special mode of exporting page headers and page footers into result file. |
void |
setCodePage(int codePage)
Sets code page of RTF file. |
void |
setExportMode(StiRtfExportMode exportMode)
Sets mode of RTF file creation. |
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 |
setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
Sets a value indicating whether it is necessary to remove empty space at the bottom of the page |
void |
setStoreImagesAsPng(boolean storeImagesAsPng)
A value indicating whether it is necessary to store images in Png format |
void |
setUsePageHeadersAndFooters(boolean usePageHeadersAndFooters)
Sets value which enables special mode of exporting page headers and page footers into result 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 StiRtfExportSettings(StiExportSettings settings)
public StiRtfExportSettings()
Method Detail |
---|
public StiExportFormat getExportFormat()
getExportFormat
in class StiPageRangeExportSettings
public int getCodePage()
public void setCodePage(int codePage)
codePage
- the codePage to setpublic StiRtfExportMode getExportMode()
public void setExportMode(StiRtfExportMode exportMode)
exportMode
- the exportMode to setpublic boolean isUsePageHeadersAndFooters()
public void setUsePageHeadersAndFooters(boolean usePageHeadersAndFooters)
usePageHeadersAndFooters
- the usePageHeadersAndFooters to setpublic float getImageQuality()
public void setImageQuality(float imageQuality)
imageQuality
- the imageQuality to setpublic float getImageResolution()
public void setImageResolution(float imageResolution)
imageResolution
- the imageResolution to setpublic boolean isRemoveEmptySpaceAtBottom()
public void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
removeEmptySpaceAtBottom
- the removeEmptySpaceAtBottom to setpublic boolean isStoreImagesAsPng()
public void setStoreImagesAsPng(boolean storeImagesAsPng)
storeImagesAsPng
- the storeImagesAsPng to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |