Package | stimulsoft.report.export.settings |
Class | public class StiTxtExportSettings |
Inheritance | StiTxtExportSettings ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
borderType : int Gets or sets type of drawing border. | StiTxtExportSettings | ||
cutLongLines : Boolean Gets or sets value which indicates that long text lines will be cut. | StiTxtExportSettings | ||
drawBorder : Boolean Gets or sets value which indicates that borders will be drawn or not. | StiTxtExportSettings | ||
encoding : String Gets or sets encoding of result text file. | StiTxtExportSettings | ||
escapeCodesCollectionName : String Gets or sets value which indicates a EscapeCodesCollection name. | StiTxtExportSettings | ||
exportFormat : int [override] [read-only] | StiTxtExportSettings | ||
killSpaceGraphLines : Boolean Gets or sets value which indicates that empty graph space lines will be removed. | StiTxtExportSettings | ||
killSpaceLines : Boolean Gets or sets value which indicates that empty space lines will be removed. | StiTxtExportSettings | ||
![]() | pageRange : StiPagesRange | StiPageRangeExportSettings | |
putFeedPageCode : Boolean Gets or sets value which indicates that special FeedPageCode marker will be placed in result file. | StiTxtExportSettings | ||
useEscapeCodes : Boolean Gets or sets value which indicates that Escape codes will be used. | StiTxtExportSettings | ||
zoomX : Number Gets or sets horizontal zoom factor. | StiTxtExportSettings | ||
zoomY : Number Gets or sets vertical zoom factor. | StiTxtExportSettings |
Method | Defined By | ||
---|---|---|---|
toXMLString():String [override] | StiTxtExportSettings |
borderType | property |
borderType:int
Gets or sets type of drawing border.
public function get borderType():int
public function set borderType(value:int):void
cutLongLines | property |
cutLongLines:Boolean
Gets or sets value which indicates that long text lines will be cut.
public function get cutLongLines():Boolean
public function set cutLongLines(value:Boolean):void
drawBorder | property |
drawBorder:Boolean
Gets or sets value which indicates that borders will be drawn or not.
public function get drawBorder():Boolean
public function set drawBorder(value:Boolean):void
encoding | property |
encoding:String
Gets or sets encoding of result text file.
public function get encoding():String
public function set encoding(value:String):void
escapeCodesCollectionName | property |
escapeCodesCollectionName:String
Gets or sets value which indicates a EscapeCodesCollection name.
public function get escapeCodesCollectionName():String
public function set escapeCodesCollectionName(value:String):void
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
killSpaceGraphLines | property |
killSpaceGraphLines:Boolean
Gets or sets value which indicates that empty graph space lines will be removed.
public function get killSpaceGraphLines():Boolean
public function set killSpaceGraphLines(value:Boolean):void
killSpaceLines | property |
killSpaceLines:Boolean
Gets or sets value which indicates that empty space lines will be removed.
public function get killSpaceLines():Boolean
public function set killSpaceLines(value:Boolean):void
putFeedPageCode | property |
putFeedPageCode:Boolean
Gets or sets value which indicates that special FeedPageCode marker will be placed in result file.
public function get putFeedPageCode():Boolean
public function set putFeedPageCode(value:Boolean):void
useEscapeCodes | property |
useEscapeCodes:Boolean
Gets or sets value which indicates that Escape codes will be used.
public function get useEscapeCodes():Boolean
public function set useEscapeCodes(value:Boolean):void
zoomX | property |
zoomX:Number
Gets or sets horizontal zoom factor.
public function get zoomX():Number
public function set zoomX(value:Number):void
zoomY | property |
zoomY:Number
Gets or sets vertical zoom factor.
public function get zoomY():Number
public function set zoomY(value:Number):void
toXMLString | () | method |
override public function toXMLString():String
ReturnsString |