Sha256: 2a240c9d104ee93596eff24bf47315dda4794992dbb0b8df9834b7aa88e8f2cf
Contents?: true
Size: 716 Bytes
Versions: 7
Compression:
Stored size: 716 Bytes
Contents
module OpenXml module Docx module Elements class TableCell < OpenXml::Docx::Element include HasChildren, HasProperties tag :tc attribute :id, namespace: :w value_property :div_id value_property :grid_span value_property :hide_mark value_property :no_wrap value_property :table_cell_fit_text value_property :text_direction value_property :v_align value_property :vertical_merge property :conditional_formatting property :headers property :shading property :table_cell_borders property :table_cell_cell_margin property :table_cell_width end end end end
Version data entries
7 entries across 7 versions & 1 rubygems