setPosX method

BaseStyle setPosX(
  1. int offset
)

设置打印区域坐标位置

Implementation

BaseStyle setPosX(int offset) {
  format.xOffset = offset;
  return this;
}