Sha256: 5199a43f576bfc178177e2091da42d5401898210018c69b509a097e56625f928

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 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

        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

2 entries across 2 versions & 1 rubygems

Version Path
openxml-docx-0.10.1 lib/openxml/docx/elements/table_cell.rb
openxml-docx-0.10.0 lib/openxml/docx/elements/table_cell.rb