Method: PDF::SimpleTable#protect_rows

Defined in:
lib/extensions/pdf-writer/pdf/simpletable.rb

#protect_rowsObject

The number of rows to hold with the heading on the page. If there are less than this number of rows on the page, then move the whole lot onto the next page. Default is one row.



222
223
224
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 222

def protect_rows
  @protect_rows
end