openxml/openxml-docx

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

Summary

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

module OpenXml
  module Docx
    module Properties
      class FooterReferences < TransparentContainerProperty
        child_class :footer_reference

      end
    end
  end
end