Sha256: ad179eb511e68a6d2661e5044a37b1afdd76e953af33ef6114c1ce889e4ba332

Contents?: true

Size: 177 Bytes

Versions: 5

Compression:

Stored size: 177 Bytes

Contents

module OpenXml
  module DrawingML
    module Elements
      class NoFill < OpenXml::Docx::Elements::Element
        namespace :a
        tag :noFill
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/drawingml/elements/no_fill.rb
openxml-docx-0.10.5 lib/openxml/drawingml/elements/no_fill.rb
openxml-docx-0.10.4 lib/openxml/drawingml/elements/no_fill.rb
openxml-docx-0.10.3 lib/openxml/drawingml/elements/no_fill.rb
openxml-docx-0.10.2 lib/openxml/drawingml/elements/no_fill.rb