Sha256: 54a53b5d66be2db2d37b625edea418da5f4712fe40705540215d5365ad584bd9

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

module OpenXml
  module Pptx
    module Properties
      class SmartTags < OpenXml::Properties::ComplexProperty
        namespace :p
        tag :smartTags

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