# File lib/ruport/formatter/pdf.rb, line 230
    def move_cursor_to(n)
      pdf_writer.y = n
    end