openxml/openxml-docx

View on GitHub
lib/openxml/docx/elements/wordprocessing_shape_group.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class WordprocessingShapeGroup < OpenXml::Docx::Element
        include HasChildren

        tag :wgp
        namespace :wpg

      end
    end
  end
end