Package | stimulsoft.report.barCodes |
Class | public class StiRoyalMail4StateBarCodeType |
Inheritance | StiRoyalMail4StateBarCodeType ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
checkSum : int Gets or sets mode of checksum. | StiRoyalMail4StateBarCodeType | ||
height : Number [override] Gets os sets height factor of the bar code. | StiRoyalMail4StateBarCodeType | ||
labelFontHeight : Number [override] [read-only] | StiRoyalMail4StateBarCodeType | ||
module : Number [override] Gets or sets width of the most fine element of the bar code. | StiRoyalMail4StateBarCodeType | ||
![]() | 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 | |
royalMail4StateSymbols : String = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ | StiRoyalMail4StateBarCodeType | ||
textAlignment : int [override] [read-only] | StiRoyalMail4StateBarCodeType |
Method | Defined By | ||
---|---|---|---|
StiRoyalMail4StateBarCodeType(module:Number = 20, height:Number = 1, checkSum:int = 0) | StiRoyalMail4StateBarCodeType | ||
![]() | 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. | StiRoyalMail4StateBarCodeType | ||
equals(object:Object):Boolean [override] | StiRoyalMail4StateBarCodeType | ||
![]() | 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] | StiRoyalMail4StateBarCodeType | ||
![]() | packService():void | StiService |
Constant | Defined By | ||
---|---|---|---|
![]() | defaultLabelFontHeight : Number = 8 | StiBarCodeTypeService | |
royalMail4StateLineHeightForCut : Number = 10 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateLineHeightLong : Number = 10 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateLineHeightShort : Number | StiRoyalMail4StateBarCodeType | ||
royalMail4StateMainHeight : Number = 24.8 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateSpaceBottom : Number = 3.9 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateSpaceLeft : Number = 3.9 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateSpaceRight : Number = 3.9 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateSpaceTop : Number = 3.9 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateTextHeight : Number = 5 | StiRoyalMail4StateBarCodeType | ||
royalMail4StateTextPosition : Number = 18.8 | StiRoyalMail4StateBarCodeType |
checkSum | property |
checkSum:int
Gets or sets mode of checksum.
public function get checkSum():int
public function set checkSum(value:int):void
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
labelFontHeight | property |
labelFontHeight:Number
[read-only] [override] public function get labelFontHeight():Number
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
royalMail4StateSymbols | property |
protected var royalMail4StateSymbols:String = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
textAlignment | property |
textAlignment:int
[read-only] [override] protected function get textAlignment():int
StiRoyalMail4StateBarCodeType | () | Constructor |
public function StiRoyalMail4StateBarCodeType(module:Number = 20, height:Number = 1, checkSum:int = 0)
module:Number (default = 20 )
| |
height:Number (default = 1 )
| |
checkSum:int (default = 0 )
|
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 |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
royalMail4StateLineHeightForCut | Constant |
protected const royalMail4StateLineHeightForCut:Number = 10
royalMail4StateLineHeightLong | Constant |
protected const royalMail4StateLineHeightLong:Number = 10
royalMail4StateLineHeightShort | Constant |
protected const royalMail4StateLineHeightShort:Number
royalMail4StateMainHeight | Constant |
protected const royalMail4StateMainHeight:Number = 24.8
royalMail4StateSpaceBottom | Constant |
protected const royalMail4StateSpaceBottom:Number = 3.9
royalMail4StateSpaceLeft | Constant |
protected const royalMail4StateSpaceLeft:Number = 3.9
royalMail4StateSpaceRight | Constant |
protected const royalMail4StateSpaceRight:Number = 3.9
royalMail4StateSpaceTop | Constant |
protected const royalMail4StateSpaceTop:Number = 3.9
royalMail4StateTextHeight | Constant |
protected const royalMail4StateTextHeight:Number = 5
royalMail4StateTextPosition | Constant |
protected const royalMail4StateTextPosition:Number = 18.8