Class StiXpsExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiXpsExportSettings
XPS format export settings.
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport formatfloatGets image quality of images which will be exported to result file.floatGets image resolution of images which will be exported to result file.booleanGets value which indicates that rtf text will be exported as bitmap images or as vector images.voidsetExportRtfTextAsImage(boolean exportRtfTextAsImage) Sets value which indicates that rtf text will be exported as bitmap images or as vector images.voidsetImageQuality(float imageQuality) Sets image quality of images which will be exported to result file.voidsetImageResolution(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, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiXpsExportSettings
-
StiXpsExportSettings
public StiXpsExportSettings()
-
-
Method Details
-
getExportFormat
Export format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-
getImageQuality
public float getImageQuality()Gets image quality of images which will be exported to result file.- Returns:
- the imageQuality
-
setImageQuality
public void setImageQuality(float imageQuality) Sets image quality of images which will be exported to result file.- Parameters:
imageQuality- the imageQuality to set
-
getImageResolution
public float getImageResolution()Gets image resolution of images which will be exported to result file.- Returns:
- the imageResolution
-
setImageResolution
public void setImageResolution(float imageResolution) Sets image resolution of images which will be exported to result file.- Parameters:
imageResolution- the imageResolution to set
-
isExportRtfTextAsImage
public boolean isExportRtfTextAsImage()Gets value which indicates that rtf text will be exported as bitmap images or as vector images.- Returns:
- the exportRtfTextAsImage
-
setExportRtfTextAsImage
public void setExportRtfTextAsImage(boolean exportRtfTextAsImage) Sets value which indicates that rtf text will be exported as bitmap images or as vector images.- Parameters:
exportRtfTextAsImage- the exportRtfTextAsImage to set
-