Beispiel #1
0
 void cutoutStart() {
   _sheet.actionStart(WSheet.ACT_CUTOUT);
 }
Beispiel #2
0
 void zmvStart() {
   _sheet.actionStart(WSheet.ACT_ZMV);
 }
Beispiel #3
0
 // action interfaces - Just Wrapper!!!
 void curveStart() {
   _sheet.actionStart(WSheet.ACT_CURVE);
 }