setHeight method

BaseStyle setHeight(
  1. int height
)

设置打印区域高

Implementation

BaseStyle setHeight(int height) {
  format.height = height;
  return this;
}