class RubyDocx::Elements::BreakLine
Public Instance Methods
to_html()
click to toggle source
# File lib/ruby_docx/elements/break_line.rb, line 4 def to_html "<br>" end
to_s()
click to toggle source
# File lib/ruby_docx/elements/break_line.rb, line 8 def to_s "\n" end