openxml/openxml-docx

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

Summary

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

module OpenXml
  module Docx
    module Properties
      class Headers < ContainerProperty
        child_class :header

      end
    end
  end
end