Package | stimulsoft.report.export.settings |
Class | public class StiOdtExportSettings |
Inheritance | StiOdtExportSettings ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
exportFormat : int [override] [read-only] | StiOdtExportSettings | ||
imageQuality : Number Gets or sets image quality of images which will be exported to ODT file. | StiOdtExportSettings | ||
imageResolution : Number Gets or sets image resolution of images which will be exported to ODT file. | StiOdtExportSettings | ||
![]() | 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. | StiOdtExportSettings | ||
usePageHeadersAndFooters : Boolean Gets or sets value which indicates that one (first) page header and page footer from report will be used in ODT file. | StiOdtExportSettings |
Method | Defined By | ||
---|---|---|---|
toXMLString():String [override] | StiOdtExportSettings |
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
imageQuality | property |
imageQuality:Number
Gets or sets image quality of images which will be exported to ODT 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 ODT 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
usePageHeadersAndFooters | property |
usePageHeadersAndFooters:Boolean
Gets or sets value which indicates that one (first) page header and page footer from report will be used in ODT file.
public function get usePageHeadersAndFooters():Boolean
public function set usePageHeadersAndFooters(value:Boolean):void
toXMLString | () | method |
override public function toXMLString():String
ReturnsString |