openxml/openxml-pptx

View on GitHub
lib/openxml/pptx/properties/blip_fill.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Pptx
    module Properties
      class BlipFill < OpenXml::DrawingML::Properties::FillBlip
        namespace :p
        tag :blipFill

      end
    end
  end
end