接口 IBarcode

所有已知子接口:
ICodabar, ICode128, ICode39, ICode49, ICode93, IDataMatrix, IEAN13, IEAN8, IGS1128, IPDF417, IQRCode

public interface IBarcode
所有类型的条形码都继承了这个接口。
  • 方法详细资料

    • getValue

      String getValue()
      一个表示条形码符号编码的字符串。
    • getColor

      String getColor()
      表示条形码颜色的一个颜色值。默认值为 'rgb(0,0,0)'。
    • getBackgroundColor

      String getBackgroundColor()
      表示条形码背景颜色的一个颜色值。默认为 'rgb(255, 255, 255)'。
    • getCodeType

      BarcodeType getCodeType()
      代码类。
    • getQuietZoneLeft

      int getQuietZoneLeft()
      表示左侧静默区大小的值。
    • getQuietZoneRight

      int getQuietZoneRight()
      表示右侧静默区域大小的值。
    • getQuietZoneTop

      int getQuietZoneTop()
      表示顶部静默区域大小的值。
    • getQuietZoneBottom

      int getQuietZoneBottom()
      表示底部静默区域大小的值。