Sha256: 72c49970d9ee1b1b4554114b95e9b4c65d81bb203965f60eefb0ffb749979a6c

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

require "openxml/drawingml/properties/path"

module OpenXml
  module DrawingML
    module Properties
      class PathList < OpenXml::Properties::ContainerProperty
        namespace :a
        tag :pathLst
        child_class :path

      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/path_list.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/path_list.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/path_list.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/path_list.rb