Sha256: b9ce0bccf6c55c4d805288a6b2e024345ec77a656167b9912656696046774c76

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

require "openxml/pptx/properties/control"

module OpenXml
  module Pptx
    module Properties
      class ControlList < OpenXml::Properties::ContainerProperty
        namespace :p
        tag :controls
        child_class :control

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