openxml/openxml-pptx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Pptx
    module Properties
      class ShapeStyle < OpenXml::DrawingML::Properties::ShapeStyle
        namespace :p
        tag :style

      end
    end
  end
end