Class: Prawn::FlexibleTable::CellFake

Inherits:
Cell
  • Object
show all
Defined in:
lib/prawn/flexible-table/cell.rb

Overview

class Cell

Instance Attribute Summary

Attributes inherited from Cell

#align, #background_color, #border_color, #border_style, #border_width, #colspan, #document, #font_size, #font_style, #horizontal_padding, #point, #rowspan, #text_color, #vertical_padding, #width

Instance Method Summary collapse

Methods inherited from Cell

#initialize, #text_area_height, #text_area_width, #to_s

Constructor Details

This class inherits a constructor from Prawn::FlexibleTable::Cell

Instance Method Details

#drawObject



192
193
# File 'lib/prawn/flexible-table/cell.rb', line 192

def draw
end

#heightObject

:nodoc:



188
189
190
# File 'lib/prawn/flexible-table/cell.rb', line 188

def height
  0
end