| Package | stimulsoft.report.export.services |
| Class | public class StiPdfExportService |
| Inheritance | StiPdfExportService StiExportService StiService StiObject Object |
| Property | Defined 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 | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService | |
| Method | Defined By | ||
|---|---|---|---|
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | equals(object:Object):Boolean | StiObject | |
| StiPdfExportService | |||
getHatchNumber(brush:StiHatchBrush):int Returns number of hatch in table of hatches. | StiPdfExportService | ||
![]() | getShortTypeName():String 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 | ||
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] Creates a shallow copy of the current Collection. | StiService | |
![]() | packService():void | StiService | |
padInt(value:int, length:int, radix:int = 10):String [static] | StiPdfExportService | ||
padIntUpper(value:int, length:int, radix:int = 10):String [static] | StiPdfExportService | ||
| defaultExtension | property |
defaultExtension:String [read-only] [override] Gets a default extension of export.
public function get defaultExtension():String| exportFormat | property |
exportFormat:int [read-only] [override] public function get exportFormat():int| fontSizeCorrectionValue | property |
fontSizeCorrectionValue:NumberFontSize correction value, workaround for text wordwrap problem
public static function get fontSizeCorrectionValue():Number public static function set fontSizeCorrectionValue(value:Number):void| printScaling | property |
printScaling:BooleanPrintScaling 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.
public static function get printScaling():Boolean public static function set printScaling(value:Boolean):void| exportPdf | () | method |
public function exportPdf(report:StiReport, stream:ByteArray, settings:StiPdfExportSettings):voidParameters
report:StiReport | |
stream:ByteArray | |
settings:StiPdfExportSettings |
| getHatchNumber | () | method |
public function getHatchNumber(brush:StiHatchBrush):intReturns number of hatch in table of hatches.
Parameters
brush:StiHatchBrush |
int |
| getStringsWysiwyg | () | method |
public static function getStringsWysiwyg(text:String, font:StiFont, maxWidth:Number = -1, wordWrap:Boolean = false, allowHtmlTags:Boolean = false):StiArrayListParameters
text:String | |
font:StiFont | |
maxWidth:Number (default = -1) | |
wordWrap:Boolean (default = false) | |
allowHtmlTags:Boolean (default = false) |
StiArrayList |
| padInt | () | method |
public static function padInt(value:int, length:int, radix:int = 10):StringParameters
value:int | |
length:int | |
radix:int (default = 10) |
String |
| padIntUpper | () | method |
public static function padIntUpper(value:int, length:int, radix:int = 10):StringParameters
value:int | |
length:int | |
radix:int (default = 10) |
String |