A Cell that contains another table.
Draws the subtable.
# File lib/prawn/table/cell/subtable.rb, line 57 def draw_content @subtable.draw end
Proxied to subtable.
# File lib/prawn/table/cell/subtable.rb, line 45 def max_width @subtable.cells.max_width end
Proxied to subtable.
# File lib/prawn/table/cell/subtable.rb, line 39 def min_width @subtable.cells.min_width end
Proxied to subtable.
# File lib/prawn/table/cell/subtable.rb, line 51 def natural_content_height @subtable.cells.height end
Generated with the Darkfish Rdoc Generator 2.