Package | stimulsoft.report.barCodes |
Class | public class StiDutchKIXBarCodeType |
Inheritance | StiDutchKIXBarCodeType ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
height : Number [override] Gets os sets height factor of the bar code. | StiDutchKIXBarCodeType | ||
![]() | labelFontHeight : Number [read-only] | StiBarCodeTypeService | |
module : Number [override] Gets or sets width of the most fine element of the bar code. | StiDutchKIXBarCodeType | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiBarCodeTypeService | |
![]() | 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 |
Property | Defined By | ||
---|---|---|---|
![]() | barCodeData : StiBarCodeData [read-only] | StiBarCodeTypeService | |
![]() | rectWindow : StiRectangle | StiBarCodeTypeService | |
stringAlignment : int [read-only] | StiDutchKIXBarCodeType | ||
![]() | textAlignment : int [read-only] | StiBarCodeTypeService |
Method | Defined By | ||
---|---|---|---|
StiDutchKIXBarCodeType(module:Number = 20, height:Number = 1) | StiDutchKIXBarCodeType | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
[override] Draws the bar code with the specified parameters. | StiDutchKIXBarCodeType | ||
![]() | equals(object:Object):Boolean | StiObject | |
![]() | getCode(barCode:IStiBarCode):String Returns string of char - input data for calculation of bar code. | StiBarCodeTypeService | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiDutchKIXBarCodeType | ||
![]() | packService():void | StiService |
Constant | Defined By | ||
---|---|---|---|
![]() | defaultLabelFontHeight : Number = 8 | StiBarCodeTypeService | |
dutchKIXLineHeightForCut : Number = 10 | StiDutchKIXBarCodeType | ||
dutchKIXLineHeightLong : Number = 10 | StiDutchKIXBarCodeType | ||
dutchKIXLineHeightShort : Number | StiDutchKIXBarCodeType | ||
dutchKIXMainHeight : Number = 22.9 | StiDutchKIXBarCodeType | ||
dutchKIXSpaceBottom : Number = 2 | StiDutchKIXBarCodeType | ||
dutchKIXSpaceLeft : Number = 3.9 | StiDutchKIXBarCodeType | ||
dutchKIXSpaceRight : Number = 3.9 | StiDutchKIXBarCodeType | ||
dutchKIXSpaceTop : Number = 3.9 | StiDutchKIXBarCodeType | ||
dutchKIXSymbols : String = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ | StiDutchKIXBarCodeType | ||
dutchKIXTextHeight : Number = 5 | StiDutchKIXBarCodeType | ||
dutchKIXTextPosition : Number = 16.9 | StiDutchKIXBarCodeType |
height | property |
height:Number
[override] Gets os sets height factor of the bar code.
public function get height():Number
public function set height(value:Number):void
module | property |
module:Number
[override] Gets or sets width of the most fine element of the bar code.
public function get module():Number
public function set module(value:Number):void
stringAlignment | property |
stringAlignment:int
[read-only] protected function get stringAlignment():int
StiDutchKIXBarCodeType | () | Constructor |
public function StiDutchKIXBarCodeType(module:Number = 20, height:Number = 1)
module:Number (default = 20 )
| |
height:Number (default = 1 )
|
draw | () | method |
override public function draw(g:StiGraphics, barCode:StiBarCode, rect:StiRectangle, zoom:Number):void
Draws the bar code with the specified parameters.
Parameters
g:StiGraphics | |
barCode:StiBarCode | |
rect:StiRectangle | |
zoom:Number |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
dutchKIXLineHeightForCut | Constant |
protected const dutchKIXLineHeightForCut:Number = 10
dutchKIXLineHeightLong | Constant |
protected const dutchKIXLineHeightLong:Number = 10
dutchKIXLineHeightShort | Constant |
protected const dutchKIXLineHeightShort:Number
dutchKIXMainHeight | Constant |
protected const dutchKIXMainHeight:Number = 22.9
dutchKIXSpaceBottom | Constant |
protected const dutchKIXSpaceBottom:Number = 2
dutchKIXSpaceLeft | Constant |
protected const dutchKIXSpaceLeft:Number = 3.9
dutchKIXSpaceRight | Constant |
protected const dutchKIXSpaceRight:Number = 3.9
dutchKIXSpaceTop | Constant |
protected const dutchKIXSpaceTop:Number = 3.9
dutchKIXSymbols | Constant |
protected const dutchKIXSymbols:String = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
dutchKIXTextHeight | Constant |
protected const dutchKIXTextHeight:Number = 5
dutchKIXTextPosition | Constant |
protected const dutchKIXTextPosition:Number = 16.9