align property
The alignment of the text on the page or print area.
align determines how the text is positioned relative to the page or print area. Possible values are defined in the SunmiPrintAlign enum:
- LEFT: Align text to the left.
- CENTER: Align text to the center.
- RIGHT: Align text to the right.
Default value is SunmiPrintAlign.LEFT.
Implementation
final SunmiPrintAlign? align;