openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Properties
      class CompressPunctuation < OnOffProperty
        tag :topLinePunct

      end
    end
  end
end