Sha256: 2a8e22a1086643359b21ef833a01eea69887d139038bca1f9c257b3f1e5196e1

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

require "openxml/pptx/properties/extension"

module OpenXml
  module Pptx
    module Properties
      class ExtensionList < OpenXml::Properties::ContainerProperty
        namespace :p
        tag :extLst
        child_class :extension

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openxml-pptx-0.2.2 lib/openxml/pptx/properties/extension_list.rb
openxml-pptx-0.2.0 lib/openxml/pptx/properties/extension_list.rb