openxml/openxml-drawingml

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module DrawingML
    module Elements
      class Picture < OpenXml::Element
        include HasChildren
        namespace :pic
        tag :pic

      end
    end
  end
end