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