setPosY method

BarcodeStyle setPosY(
  1. int offset
)

设置条码内容的 y 坐标

Implementation

BarcodeStyle setPosY(int offset) {
  barcodeFormat.yOffset = offset;
  return this;
}