openxml/openxml-pptx

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

Summary

Maintainability
A
0 mins
Test Coverage
require "openxml/pptx/properties/shape_group"

module OpenXml
  module Pptx
    module Properties
      class ShapeTree < ShapeGroup
        namespace :p
        tag :spTree

      end
    end
  end
end