Method: Docx::Elements::Containers::TableCell#initialize
- Defined in:
- lib/docx/containers/table_cell.rb
#initialize(node) ⇒ TableCell
Returns a new instance of TableCell.
15 16 17 18 |
# File 'lib/docx/containers/table_cell.rb', line 15 def initialize(node) @node = node @properties_tag = 'tcPr' end |