Sha256: 4a3aba34e0b91836803f9c5d3ea95f752136f35cb689c460d26105be617dcec5

Contents?: true

Size: 319 Bytes

Versions: 4

Compression:

Stored size: 319 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class EmbeddedSoundFile < OpenXml::Properties::ComplexProperty
        namespace :a
        tag :snd

        attribute :embed, namespace: :r, expects: :string
        attribute :sound_name, displays_as: :name, expects: :string

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/embedded_sound_file.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/embedded_sound_file.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/embedded_sound_file.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/embedded_sound_file.rb