openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Properties
      class PhoneticGuideBaseFontSize < PositiveIntegerProperty
        tag :hpsBaseText
        name "base_font_size"
      end
    end
  end
end