# File lib/ruport/formatter/pdf.rb, line 283
    def pad(y,&block)
      move_cursor(-y)
      block.call
      move_cursor(-y)
    end