openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Properties
      class PrimaryStyle < ToggleProperty
        tag :qFormat
      end
    end
  end
end