Sha256: 3061c6316555d2de91ecad41054faafd80b86332df78b080f08c7f0638360781

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

module OpenXml
  module Pptx
    module Properties
      class SlideReference < OpenXml::Properties::ComplexProperty
        namespace :p
        tag :sld

        with_namespace :r do
          attribute :rid, displays_as: :id, expects: :string, required: true
        end

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