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