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