openxml/openxml-docx

View on GitHub
lib/openxml/docx/elements/optional_hyphen.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class OptionalHyphen < OpenXml::Docx::Element
        tag :softHyphen

      end
    end
  end
end