openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
require "openxml/docx/properties/tab"

module OpenXml
  module Docx
    module Properties
      class Tabs < ContainerProperty
        child_class :tab

      end
    end
  end
end