openxml/openxml-docx

View on GitHub
lib/openxml/docx/elements/last_rendered_page_break.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class LastRenderedPageBreak < OpenXml::Docx::Element
      end
    end
  end
end