Class: DocXify::Element::PageBreak
- Defined in:
- lib/docxify/element/page_break.rb
Instance Method Summary collapse
Instance Method Details
#to_s(_container = nil) ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/docxify/element/page_break.rb', line 4 def to_s(_container = nil) <<~XML <w:p> <w:r> <w:br w:type="page"/> </w:r> </w:p> XML end |