您的浏览器已禁用 JavaScript。
跳过导航链接
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
B
C
F
G
I
N
P
S
T
U
V
B
BitImage()
- 类 的构造器com.senter.function.openapi.unstable.
PrinterA.BitImage
C
com.senter.function.openapi.unstable
- 程序包 com.senter.function.openapi.unstable
F
feedPape(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
走纸
G
getInstance()
- 类 中的静态方法com.senter.function.openapi.unstable.
PrinterA
获取一个实例
getVersion()
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
软件版本查询
I
init()
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
初始化
isInitialized()
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
模块是否已被初始化
isPaperReady()
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
纸状态查询
N
newInstanceOf(Bitmap)
- 类 中的静态方法com.senter.function.openapi.unstable.
PrinterA.BitImage
依指定的位图生成图形对象
P
printAndLineFeed()
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
打印换行
打印缓冲区内数据并走纸一行。
printBarcode(String)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
打印条码 ,格式为Code39,打印的条码长度 1<=n<=11,只支持数字
printBitImage(PrinterA.BitImagePrintMode)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
打印已下载的图形,若无图形下载,该指令无效
[细节]
• 当图形没有被定义时,该指令无效。
printCharacters(String)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
打印字符串,该打印机支持字符集为GB2312 标准的 24*24 点阵字库,涵盖了 6763 个汉字以及 12*24 点阵的英文。
PrinterA
-
com.senter.function.openapi.unstable
中的类
打印机主类,本类包括所有本类所支持打印机的相关接口
获取实例可通过
PrinterA.getInstance()
函数,
执行前需执行
PrinterA.init()
函数以初始化设备,初始化成功后,方可执行其它打印指令。
PrinterA.BarcodeTitlePosition
-
com.senter.function.openapi.unstable
中的枚举
条码标题位置
PrinterA.BitImage
-
com.senter.function.openapi.unstable
中的类
图形
限制:
1<水平像素数<1023
((水平像素数+7)/8)*((竖直像素数+7)/8)*8<=4088
PrinterA.BitImagePrintMode
-
com.senter.function.openapi.unstable
中的枚举
图形打印模式
S
setBarcodeHeight(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
设置条码高度
[1,255]
setBarcodeTitlePosition(PrinterA.BarcodeTitlePosition)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
设置条码字符位置
setBitImage(PrinterA.BitImage)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
设置图形
setCharactorHeightScale(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
纵向放大
该命令之后的字符将以正常高度的 n 倍进行打印。
setCharactorWidthAndHeightScale(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
横向纵向放大
在该命令之后的字符将以正常宽度和正常高度的 n 倍进行打印。
setCharactorWidthScale(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
横向放大
该命令之后的字符将以正常宽度的 n 倍进行打印。
setLeftMargin(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
设置左限
setLineSpacing(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
设置行间距。
setRightMargin(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
设置右限
setRightSideSpacingOfCharacter(int)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
设置字符间距
该命令是设定字符之间的空点。
T
turnOverlineModeOnOrOff(boolean)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
允许/禁止上划线打印
上电或初始化后 禁止上划线打印
允许上划线打印,所有字符和汉字包括空格都打印出上划线。
turnReverseModeOnOrOff(boolean)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
允许/禁止反白打印
上电或初始化后 禁止反白打印
允许反白打印后的字符和汉字将以黑底白字打印出来。
turnUnderlineModeOnOrOff(boolean)
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
允许/禁止下划线打印
上电或初始化后 禁止下划线打印
允许下划线打印后,所有字符和汉字包括空格都打印出下划线。
U
uninit()
- 类 中的方法com.senter.function.openapi.unstable.
PrinterA
去初始化
V
valueOf(String)
- 枚举 中的静态方法com.senter.function.openapi.unstable.
PrinterA.BarcodeTitlePosition
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法com.senter.function.openapi.unstable.
PrinterA.BitImagePrintMode
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法com.senter.function.openapi.unstable.
PrinterA.BarcodeTitlePosition
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法com.senter.function.openapi.unstable.
PrinterA.BitImagePrintMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
B
C
F
G
I
N
P
S
T
U
V
跳过导航链接
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类