clause method

  1. @override
CommandClause clause()
override

Implementation

@override
CommandClause clause() {
  super.prepend(CPageHeight(pageHeight: _height, copies: _copies));
  super.append(CPageWidth(pageWidth: _width));
  return CPCLCommand(header: header()).clause();
}