openxml/openxml-docx

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

Summary

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