| Package | com.myflashlab.air.extensions.rongta |
| Class | public class BarcodeSetting |
| Inheritance | BarcodeSetting Object |
getBarcodeCmd method of Cmd class.
| Property | Defined By | ||
|---|---|---|---|
| barcodeStringPosition : int
BarcodeSetting.STRING_POSITION_NONE
BarcodeSetting.STRING_POSITION_ABOVE_BARCODE
BarcodeSetting.STRING_POSITION_BELOW_BARCODE
BarcodeSetting.STRING_POSITION_ABOVE_BELOW_BARCODE
| BarcodeSetting | ||
| coordinateH : int iOS | BarcodeSetting | ||
| coordinateW : int
range: 2~6, default:3
| BarcodeSetting | ||
| coordinateX : int | BarcodeSetting | ||
| coordinateY : int | BarcodeSetting | ||
| escFontType : int iOS only | BarcodeSetting | ||
| qrcodeDotSize : int
QRCode dot size settings. | BarcodeSetting | ||
| qrcodeEccLevel : int
Error correction capability level. | BarcodeSetting | ||
| rotation : int | BarcodeSetting | ||
| Method | Defined By | ||
|---|---|---|---|
initialize an instance of this class | BarcodeSetting | ||
| Constant | Defined By | ||
|---|---|---|---|
| CODABAR : int = 7 [static] | BarcodeSetting | ||
| CODE128 : int = 9 [static] | BarcodeSetting | ||
| CODE39 : int = 5 [static] | BarcodeSetting | ||
| CODE93 : int = 8 [static] | BarcodeSetting | ||
| EAN13 : int = 2 [static] | BarcodeSetting | ||
| EAN14 : int = 3 [static] | BarcodeSetting | ||
| EAN8 : int = 4 [static] | BarcodeSetting | ||
| GS1 : int = 10 [static] | BarcodeSetting | ||
| ITF : int = 6 [static] | BarcodeSetting | ||
| QR_CODE : int = 11 [static] | BarcodeSetting | ||
| QR_CODE_ECC_H : int = 3 [static] | BarcodeSetting | ||
| QR_CODE_ECC_L : int = 0 [static] | BarcodeSetting | ||
| QR_CODE_ECC_M : int = 1 [static] | BarcodeSetting | ||
| QR_CODE_ECC_Q : int = 2 [static] | BarcodeSetting | ||
| STRING_POSITION_ABOVE_BARCODE : int = 1 [static] | BarcodeSetting | ||
| STRING_POSITION_ABOVE_BELOW_BARCODE : int = 3 [static] | BarcodeSetting | ||
| STRING_POSITION_BELOW_BARCODE : int = 2 [static] | BarcodeSetting | ||
| STRING_POSITION_NONE : int = 0 [static] | BarcodeSetting | ||
| UPC_A : int = 0 [static] | BarcodeSetting | ||
| UPC_E : int = 1 [static] | BarcodeSetting | ||
| barcodeStringPosition | property |
barcodeStringPosition:int
public function get barcodeStringPosition():int public function set barcodeStringPosition(value:int):void| coordinateH | property |
coordinateH:intiOS
public function get coordinateH():int public function set coordinateH(value:int):void| coordinateW | property |
coordinateW:intrange: 2~6, default:3
public function get coordinateW():int public function set coordinateW(value:int):void| coordinateX | property |
coordinateX:int public function get coordinateX():int public function set coordinateX(value:int):void| coordinateY | property |
coordinateY:int public function get coordinateY():int public function set coordinateY(value:int):void| escFontType | property |
escFontType:intiOS only
public function get escFontType():int public function set escFontType(value:int):void| qrcodeDotSize | property |
qrcodeDotSize:intQRCode dot size settings. Android: 1~15 iOS:1~10
public function get qrcodeDotSize():int public function set qrcodeDotSize(value:int):void| qrcodeEccLevel | property |
qrcodeEccLevel:intError correction capability level.
public function get qrcodeEccLevel():int public function set qrcodeEccLevel(value:int):void| rotation | property |
rotation:int public function get rotation():int public function set rotation(value:int):void| BarcodeSetting | () | Constructor |
public function BarcodeSetting()initialize an instance of this class
| CODABAR | Constant |
public static const CODABAR:int = 7| CODE128 | Constant |
public static const CODE128:int = 9| CODE39 | Constant |
public static const CODE39:int = 5| CODE93 | Constant |
public static const CODE93:int = 8| EAN13 | Constant |
public static const EAN13:int = 2| EAN14 | Constant |
public static const EAN14:int = 3| EAN8 | Constant |
public static const EAN8:int = 4| GS1 | Constant |
public static const GS1:int = 10| ITF | Constant |
public static const ITF:int = 6| QR_CODE | Constant |
public static const QR_CODE:int = 11| QR_CODE_ECC_H | Constant |
public static const QR_CODE_ECC_H:int = 3| QR_CODE_ECC_L | Constant |
public static const QR_CODE_ECC_L:int = 0| QR_CODE_ECC_M | Constant |
public static const QR_CODE_ECC_M:int = 1| QR_CODE_ECC_Q | Constant |
public static const QR_CODE_ECC_Q:int = 2| STRING_POSITION_ABOVE_BARCODE | Constant |
public static const STRING_POSITION_ABOVE_BARCODE:int = 1| STRING_POSITION_ABOVE_BELOW_BARCODE | Constant |
public static const STRING_POSITION_ABOVE_BELOW_BARCODE:int = 3| STRING_POSITION_BELOW_BARCODE | Constant |
public static const STRING_POSITION_BELOW_BARCODE:int = 2| STRING_POSITION_NONE | Constant |
public static const STRING_POSITION_NONE:int = 0| UPC_A | Constant |
public static const UPC_A:int = 0| UPC_E | Constant |
public static const UPC_E:int = 1