751752753754755756757
private IUndoableOperation getLeft() { return new LeftAlignmentOperation(container, this); } private IUndoableOperation getBottom() { return new BottomAlignmentOperation(container, this); }