openxml/openxml-drawingml

View on GitHub
lib/openxml/drawingml/elements/extension_list.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module DrawingML
    module Elements
      class ExtensionList < OpenXml::Element
        include HasChildren
        namespace :a
        tag :extLst

      end
    end
  end
end