openxml/openxml-pptx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Pptx
    module Properties
      class TextStyleOther < OpenXml::DrawingML::Properties::ListStyle
        namespace :p
        tag :otherStyle

      end
    end
  end
end