# File format.rb, line 753 def resetPage () @lines_left = @page_length @top.resetPage unless @top.nil? @bottom.resetPage unless @bottom.nil? end