Packagestimulsoft.report.export.services
Classpublic class StiPdfExportService
InheritanceStiPdfExportService Inheritance StiExportService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  defaultExtension : String
[override] [read-only] Gets a default extension of export.
StiPdfExportService
  exportFormat : int
[override] [read-only]
StiPdfExportService
  fontSizeCorrectionValue : Number
[static] FontSize correction value, workaround for text wordwrap problem
StiPdfExportService
  printScaling : Boolean
[static] PrintScaling property shows, how Acrobat Reader must to use margins of the printer.
StiPdfExportService
 Inheritedproperties : StiRepositoryItems
StiService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
StiObject
  
exportPdf(report:StiReport, stream:ByteArray, settings:StiPdfExportSettings):void
StiPdfExportService
  
Returns number of hatch in table of hatches.
StiPdfExportService
 Inherited
Get a short object type name (without library path).
StiObject
  
getStringsWysiwyg(text:String, font:StiFont, maxWidth:Number = -1, wordWrap:Boolean = false, allowHtmlTags:Boolean = false):StiArrayList
[static]
StiPdfExportService
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override] Creates a shallow copy of the current Collection.
StiService
 Inherited
StiService
  
padInt(value:int, length:int, radix:int = 10):String
[static]
StiPdfExportService
  
padIntUpper(value:int, length:int, radix:int = 10):String
[static]
StiPdfExportService
Property Detail
defaultExtensionproperty
defaultExtension:String  [read-only] [override]

Gets a default extension of export.


Implementation
    public function get defaultExtension():String
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
fontSizeCorrectionValueproperty 
fontSizeCorrectionValue:Number

FontSize correction value, workaround for text wordwrap problem


Implementation
    public static function get fontSizeCorrectionValue():Number
    public static function set fontSizeCorrectionValue(value:Number):void
printScalingproperty 
printScaling:Boolean

PrintScaling property shows, how Acrobat Reader must to use margins of the printer. if true, then default settings of the Acrobat Reader will be used (usually "Fit to printer margin") else PrintScaling parameter of the pdf file will be set to None.


Implementation
    public static function get printScaling():Boolean
    public static function set printScaling(value:Boolean):void
Method Detail
exportPdf()method
public function exportPdf(report:StiReport, stream:ByteArray, settings:StiPdfExportSettings):void

Parameters

report:StiReport
 
stream:ByteArray
 
settings:StiPdfExportSettings

getHatchNumber()method 
public function getHatchNumber(brush:StiHatchBrush):int

Returns number of hatch in table of hatches.

Parameters

brush:StiHatchBrush

Returns
int
getStringsWysiwyg()method 
public static function getStringsWysiwyg(text:String, font:StiFont, maxWidth:Number = -1, wordWrap:Boolean = false, allowHtmlTags:Boolean = false):StiArrayList

Parameters

text:String
 
font:StiFont
 
maxWidth:Number (default = -1)
 
wordWrap:Boolean (default = false)
 
allowHtmlTags:Boolean (default = false)

Returns
StiArrayList
padInt()method 
public static function padInt(value:int, length:int, radix:int = 10):String

Parameters

value:int
 
length:int
 
radix:int (default = 10)

Returns
String
padIntUpper()method 
public static function padIntUpper(value:int, length:int, radix:int = 10):String

Parameters

value:int
 
length:int
 
radix:int (default = 10)

Returns
String