接口 IPDF417
- 所有超级接口:
IBarcode
PDF417条码是一种流行的高密度二维条码,其符号具有编码多达1108字节信息的能力。这种条码由一组堆叠的小条码组成,可以编码多达35个字母数字字符和2710个数字字符。
-
方法概要
从接口继承的方法 com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValue
-
方法详细资料
-
getErrorCorrectionLevel
int getErrorCorrectionLevel()获取条形码的错误纠正级别。 -
getRows
int getRows()获取条形码的行号。 -
getColumns
int getColumns()获取条形码的列数。 -
getCompact
boolean getCompact()指定是否为紧凑的PDF417。默认值为 'false'。
-