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