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