Method: PDF::SimpleTable#minimum_space

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

#minimum_spaceObject

The minimum space between the bottom of each row and the bottom margin. If the amount of space is less than this, a new page will be started. Default is 100 PDF user units.



218
219
220
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 218

def minimum_space
  @minimum_space
end