Sha256: e64b1f0ea5769b2cb2e980ff323272cd654f63e1f05f636faeb67d78bf19d891

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class Graphic < SimplePropertyContainerProperty
        namespace :a
        tag :graphic

        property :data, as: :graphic_data

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/graphic.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/graphic.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/graphic.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/graphic.rb