Sha256: ec73a2d3532e88492d2a5076415c03cf61c55a5a36c4bd26caad0311c5d1c70a

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

require "openxml/pptx/properties/slide_reference"

module OpenXml
  module Pptx
    module Properties
      class SlideList < OpenXml::Properties::ContainerProperty
        namespace :p
        tag :sldLst
        child_class :slide_reference

      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/slide_list.rb
openxml-pptx-0.2.0 lib/openxml/pptx/properties/slide_list.rb