Packagestimulsoft.report.export.settings
Classpublic class StiTxtExportSettings
InheritanceStiTxtExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object



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

Gets or sets type of drawing border.


Implementation
    public function get borderType():int
    public function set borderType(value:int):void
cutLongLinesproperty 
cutLongLines:Boolean

Gets or sets value which indicates that long text lines will be cut.


Implementation
    public function get cutLongLines():Boolean
    public function set cutLongLines(value:Boolean):void
drawBorderproperty 
drawBorder:Boolean

Gets or sets value which indicates that borders will be drawn or not.


Implementation
    public function get drawBorder():Boolean
    public function set drawBorder(value:Boolean):void
encodingproperty 
encoding:String

Gets or sets encoding of result text file.


Implementation
    public function get encoding():String
    public function set encoding(value:String):void
escapeCodesCollectionNameproperty 
escapeCodesCollectionName:String

Gets or sets value which indicates a EscapeCodesCollection name.


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


Implementation
    public function get exportFormat():int
killSpaceGraphLinesproperty 
killSpaceGraphLines:Boolean

Gets or sets value which indicates that empty graph space lines will be removed.


Implementation
    public function get killSpaceGraphLines():Boolean
    public function set killSpaceGraphLines(value:Boolean):void
killSpaceLinesproperty 
killSpaceLines:Boolean

Gets or sets value which indicates that empty space lines will be removed.


Implementation
    public function get killSpaceLines():Boolean
    public function set killSpaceLines(value:Boolean):void
putFeedPageCodeproperty 
putFeedPageCode:Boolean

Gets or sets value which indicates that special FeedPageCode marker will be placed in result file.


Implementation
    public function get putFeedPageCode():Boolean
    public function set putFeedPageCode(value:Boolean):void
useEscapeCodesproperty 
useEscapeCodes:Boolean

Gets or sets value which indicates that Escape codes will be used.


Implementation
    public function get useEscapeCodes():Boolean
    public function set useEscapeCodes(value:Boolean):void
zoomXproperty 
zoomX:Number

Gets or sets horizontal zoom factor.


Implementation
    public function get zoomX():Number
    public function set zoomX(value:Number):void
zoomYproperty 
zoomY:Number

Gets or sets vertical zoom factor.


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

Returns
String