Sha256: 817692c102ebead52176afc54daa7df27f9e9d832a04db8c108548c9d7d73bd5
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
module OpenXml module DrawingML module Properties class FillBlip < OpenXml::Properties::ComplexProperty include OpenXml::ContainsProperties namespace :a tag :blipFill attribute :dpi, expects: :positive_integer property :blip property :source_rectangle property_choice do property :tile property :stretch end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems