Sha256: 6d458a6d7a89d8b9fb6effdc43919fedd79d80bb451e74a169329aa076213edc
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
module DocXify module Element class PageBreak < Base def to_s(_container = nil) <<~XML <w:p> <w:r> <w:br w:type="page"/> </w:r> </w:p> <w:p/> XML end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docxify-0.0.7 | lib/docxify/element/page_break.rb |
docxify-0.0.5 | lib/docxify/element/page_break.rb |