openxml/openxml-docx

View on GitHub
lib/openxml/docx/properties/complex_font_size.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Properties
      class ComplexFontSize < PositiveIntegerProperty
        tag :szCs

      end
    end
  end
end