Packagestimulsoft.report.export.settings
Classpublic class StiRtfExportSettings
InheritanceStiRtfExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to Rtf format.



Public Properties
 PropertyDefined 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
 InheritedpageRange : 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
Public Methods
 MethodDefined By
  
toXMLString():String
[override]
StiRtfExportSettings
Property Detail
codePageproperty
codePage:int

Gets or sets code page of RTF file.


Implementation
    public function get codePage():int
    public function set codePage(value:int):void
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
exportModeproperty 
exportMode:int

Gets or sets mode of RTF file creation.


Implementation
    public function get exportMode():int
    public function set exportMode(value:int):void
imageQualityproperty 
imageQuality:Number

Gets or sets image quality of images which will be exported to file.


Implementation
    public function get imageQuality():Number
    public function set imageQuality(value:Number):void
imageResolutionproperty 
imageResolution:Number

Gets or sets image resolution of images which will be exported to file.


Implementation
    public function get imageResolution():Number
    public function set imageResolution(value:Number):void
removeEmptySpaceAtBottomproperty 
removeEmptySpaceAtBottom:Boolean

Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page.


Implementation
    public function get removeEmptySpaceAtBottom():Boolean
    public function set removeEmptySpaceAtBottom(value:Boolean):void
storeImagesAsPngproperty 
storeImagesAsPng:Boolean

Gets or sets a value indicating whether it is necessary to store images in Png format.


Implementation
    public function get storeImagesAsPng():Boolean
    public function set storeImagesAsPng(value:Boolean):void
usePageHeadersAndFootersproperty 
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.


Implementation
    public function get usePageHeadersAndFooters():Boolean
    public function set usePageHeadersAndFooters(value:Boolean):void
Method Detail
toXMLString()method
override public function toXMLString():String

Returns
String