Sha256: f5333a2b644f8129534ccb93ceebb6296874226971b2d5939a7d2ca9ccd46e42

Contents?: true

Size: 245 Bytes

Versions: 15

Compression:

Stored size: 245 Bytes

Contents

require "openxml/docx/properties/table_cell_margin"

module OpenXml
  module Docx
    module Properties
      class TableCellMargins < ContainerProperty
        tag :tblCellMar
        child_class :table_cell_margin

      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.11.0.rc lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.10.6 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.10.5 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.10.4 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.10.3 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.10.2 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.10.1 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/table_cell_margins.rb
openxml-docx-0.9.0 lib/openxml/docx/properties/table_cell_margins.rb