[]
        
立即试用
(Showing Draft Content)

ICode128

Interface ICode128

All Superinterfaces:
IBarcode, IFontOption, ILabelOption

public interface ICode128 extends IBarcode, ILabelOption, IFontOption
Code 128条码是一种线性条码,用于表示高密度线性符号以编码文本、数字、各种功能以及完整的128个ASCII字符集(从ASCII 0到ASCII 128)。
  • Method Details

    • getCodeSet

      String getCodeSet()
      一个代表用于QR码的编码设置的值。它有 'auto|A|B|C' 这些取值。默认值为 'auto'。