class PDF::Reader::TextReceiver
def move_to_next_line_and_show_text (string)
###############################################################################
def move_to_next_line_and_show_text (string) move_to_start_of_next_line show_text(string) end