Sha256: c0ab2eddd369d60846d5033e15b49cf83bec2881baf40a4b0826010ef4fd047b
Contents?: true
Size: 424 Bytes
Versions: 4
Compression:
Stored size: 424 Bytes
Contents
module OpenXml module DrawingML module Elements class Blip < OpenXml::Element include HasChildren 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
4 entries across 4 versions & 1 rubygems