openxml/openxml-docx

View on GitHub
lib/openxml/docx/elements/table_grid.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class TableGrid < OpenXml::Docx::Element
        include HasChildren, HasProperties

        tag :tblGrid

      end
    end
  end
end