Package | stimulsoft.report.export.settings |
Class | public class StiRtfExportSettings |
Inheritance | StiRtfExportSettings ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
codePage : int Gets or sets code page of RTF file. | StiRtfExportSettings | ||
exportFormat : int [override] [read-only] | StiRtfExportSettings | ||
exportMode : int Gets or sets mode of RTF file creation. | StiRtfExportSettings | ||
imageQuality : Number Gets or sets image quality of images which will be exported to file. | StiRtfExportSettings | ||
imageResolution : Number Gets or sets image resolution of images which will be exported to file. | StiRtfExportSettings | ||
![]() | pageRange : StiPagesRange | StiPageRangeExportSettings | |
removeEmptySpaceAtBottom : Boolean Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page. | StiRtfExportSettings | ||
storeImagesAsPng : Boolean Gets or sets a value indicating whether it is necessary to store images in Png format. | StiRtfExportSettings | ||
usePageHeadersAndFooters : Boolean
Gets or sets value which enables special mode of exporting page headers and page footers into result file. | StiRtfExportSettings |
Method | Defined By | ||
---|---|---|---|
toXMLString():String [override] | StiRtfExportSettings |
codePage | property |
codePage:int
Gets or sets code page of RTF file.
public function get codePage():int
public function set codePage(value:int):void
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
exportMode | property |
exportMode:int
Gets or sets mode of RTF file creation.
public function get exportMode():int
public function set exportMode(value:int):void
imageQuality | property |
imageQuality:Number
Gets or sets image quality of images which will be exported to file.
public function get imageQuality():Number
public function set imageQuality(value:Number):void
imageResolution | property |
imageResolution:Number
Gets or sets image resolution of images which will be exported to file.
public function get imageResolution():Number
public function set imageResolution(value:Number):void
removeEmptySpaceAtBottom | property |
removeEmptySpaceAtBottom:Boolean
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page.
public function get removeEmptySpaceAtBottom():Boolean
public function set removeEmptySpaceAtBottom(value:Boolean):void
storeImagesAsPng | property |
storeImagesAsPng:Boolean
Gets or sets a value indicating whether it is necessary to store images in Png format.
public function get storeImagesAsPng():Boolean
public function set storeImagesAsPng(value:Boolean):void
usePageHeadersAndFooters | property |
usePageHeadersAndFooters:Boolean
Gets or sets value which enables special mode of exporting page headers and page footers into result file. In this mode export engine try to insert all page headers and footers as RTF headers and footers.
public function get usePageHeadersAndFooters():Boolean
public function set usePageHeadersAndFooters(value:Boolean):void
toXMLString | () | method |
override public function toXMLString():String
ReturnsString |