Sha256: 9b8ec1897eb4cb69803ffd2589a95f418c1ddbd78e839b488c0bea7c6b223a95

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

require "openxml/pptx/properties/slide_layout_id"

module OpenXml
  module Pptx
    module Properties
      class SlideLayoutIdList < OpenXml::Properties::ContainerProperty
        namespace :p
        tag :sldLayoutIdLst
        child_class :slide_layout_id

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