public class StiRtfExportSettings extends StiPageRangeExportSettings
| Constructor and Description |
|---|
StiRtfExportSettings() |
StiRtfExportSettings(StiExportSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailpublic StiRtfExportSettings(StiExportSettings settings)
public StiRtfExportSettings()
public StiExportFormat getExportFormat()
getExportFormat in class StiPageRangeExportSettingspublic 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 setCopyright © 2019 Stimulsoft. All Rights Reserved.