Sha256: 9648899ac6e2e72b0d546804943004804b5ef8cbe3fd4d932e72e08a772219f6

Contents?: true

Size: 659 Bytes

Versions: 5

Compression:

Stored size: 659 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class TableCell < Container
        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

5 entries across 5 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/docx/elements/table_cell.rb
openxml-docx-0.10.5 lib/openxml/docx/elements/table_cell.rb
openxml-docx-0.10.4 lib/openxml/docx/elements/table_cell.rb
openxml-docx-0.10.3 lib/openxml/docx/elements/table_cell.rb
openxml-docx-0.10.2 lib/openxml/docx/elements/table_cell.rb