openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Properties
      class AutoAdjustRightIndent < BooleanProperty
        tag :adjustRightInd
        name "auto_adjust_right_ind"

      end
    end
  end
end