openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Properties
      class AutoSpaceDe < BooleanProperty
        tag :autoSpaceDE

      end
    end
  end
end