Package | stimulsoft.report.barCodes |
Class | public class StiUpcSup5BarCodeType |
Inheritance | StiUpcSup5BarCodeType ![]() ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | height : Number [override] Gets os sets height factor of the bar code. | StiEAN13BarCodeType | |
![]() | labelFontHeight : Number [override] [read-only] | StiEAN13BarCodeType | |
![]() | module : Number [override] Gets or sets width of the most fine element of the bar code. | StiEAN13BarCodeType | |
![]() | 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 | |
![]() | showQuietZoneIndicator : Boolean Gets or sets value which indicates will show Quiet Zone Indicator or no. | StiEAN13BarCodeType | |
supplementCode : String [override] | StiUpcSup5BarCodeType | ||
supplementType : int [override] | StiUpcSup5BarCodeType |
Method | Defined By | ||
---|---|---|---|
StiUpcSup5BarCodeType(module:Number = 13, height:Number = 1, supplementType:int = 0, supplementCode:String = null, showQuietZoneIndicator:Boolean = true) | StiUpcSup5BarCodeType | ||
![]() | 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. | StiUpcSup5BarCodeType | ||
![]() | equals(object:Object):Boolean [override] | StiEAN13BarCodeType | |
![]() | 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] | StiEAN13BarCodeType | |
![]() | packService():void | StiService |
supplementCode | property |
supplementCode:String
[override] public function get supplementCode():String
public function set supplementCode(value:String):void
supplementType | property |
supplementType:int
[override] public function get supplementType():int
public function set supplementType(value:int):void
StiUpcSup5BarCodeType | () | Constructor |
public function StiUpcSup5BarCodeType(module:Number = 13, height:Number = 1, supplementType:int = 0, supplementCode:String = null, showQuietZoneIndicator:Boolean = true)
module:Number (default = 13 )
| |
height:Number (default = 1 )
| |
supplementType:int (default = 0 )
| |
supplementCode:String (default = null )
| |
showQuietZoneIndicator:Boolean (default = true )
|
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 |