Sha256: 60b8b06053551ee8fa4510d48aed9012463bfd8334b9b981a07de57a82aee828
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
module OpenXml module DrawingML module Elements class BlipFill < OpenXml::Docx::Elements::Container namespace :pic tag :blipFill attribute :dpi, expects: :integer attribute :rotWithShape, expects: :true_or_false end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.0 | lib/openxml/drawingml/elements/blip_fill.rb |