A Cell object used to represent all but the topmost cell in a span group.
@private
# File lib/prawn/table/cell/span_dummy.rb, line 34 def avg_spanned_min_width @master_cell.avg_spanned_min_width end
# File lib/prawn/table/cell/span_dummy.rb, line 72 def background_color @master_cell.background_color end
# File lib/prawn/table/cell/span_dummy.rb, line 60 def border_bottom_color=(val) @master_cell.border_bottom_color = val if bottommost? end
# File lib/prawn/table/cell/span_dummy.rb, line 68 def border_bottom_width=(val) @master_cell.border_bottom_width = val if bottommost? end
# File lib/prawn/table/cell/span_dummy.rb, line 56 def border_right_color=(val) @master_cell.border_right_color = val if rightmost? end
# File lib/prawn/table/cell/span_dummy.rb, line 64 def border_right_width=(val) @master_cell.border_right_width = val if rightmost? end
Dummy cells have nothing to draw.
# File lib/prawn/table/cell/span_dummy.rb, line 40 def draw_borders(pt) end
Dummy cells have nothing to draw.
# File lib/prawn/table/cell/span_dummy.rb, line 45 def draw_bounded_content(pt) end
By default, a span dummy will never increase the height demand.
# File lib/prawn/table/cell/span_dummy.rb, line 24 def natural_content_height 0 end
By default, a span dummy will never increase the width demand.
# File lib/prawn/table/cell/span_dummy.rb, line 30 def natural_content_width 0 end
Generated with the Darkfish Rdoc Generator 2.