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