Sha256: 282546ad2c96034db6001b921b088f42b0601be6901e0f59d528075496c99759

Contents?: true

Size: 412 Bytes

Versions: 6

Compression:

Stored size: 412 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class Blip < OpenXml::Docx::Elements::Container
        namespace :a
        tag :blip

        attribute :compression_state, one_of: %i(email hqprint none print screen), displays_as: :cstate

        with_namespace :r do
          attribute :embed, expects: :string
          attribute :link, expects: :string
        end

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/drawingml/elements/blip.rb
openxml-docx-0.10.5 lib/openxml/drawingml/elements/blip.rb
openxml-docx-0.10.4 lib/openxml/drawingml/elements/blip.rb
openxml-docx-0.10.3 lib/openxml/drawingml/elements/blip.rb
openxml-docx-0.10.2 lib/openxml/drawingml/elements/blip.rb
openxml-docx-0.10.1 lib/openxml/drawingml/elements/blip.rb