Sha256: a134c8e45f90ee8d8a0be565356f6c65d5e5e7c9012d33a49af1c36bd108a9bf

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class GraphicData < OpenXml::Element
        include HasChildren
        namespace :a
        tag :graphicData

        attribute :uri, expects: :string

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/elements/graphic_data.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/elements/graphic_data.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/elements/graphic_data.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/elements/graphic_data.rb