|
||||||||||
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.StiXpsExportSettings
public class StiXpsExportSettings
XPS format export settings. Copyright Stimulsoft
Constructor Summary | |
---|---|
StiXpsExportSettings()
|
|
StiXpsExportSettings(StiExportSettings settings)
|
Method Summary | |
---|---|
StiExportFormat |
getExportFormat()
Export format |
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 |
isExportRtfTextAsImage()
Gets value which indicates that rtf text will be exported as bitmap images or as vector images. |
void |
setExportRtfTextAsImage(boolean exportRtfTextAsImage)
Sets value which indicates that rtf text will be exported as bitmap images or as vector 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. |
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 StiXpsExportSettings(StiExportSettings settings)
public StiXpsExportSettings()
Method Detail |
---|
public 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 boolean isExportRtfTextAsImage()
public void setExportRtfTextAsImage(boolean exportRtfTextAsImage)
exportRtfTextAsImage
- the exportRtfTextAsImage to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |