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