Method: IsoDoc::Function::ToWordHtml#make_body1

Defined in:
lib/isodoc/function/to_word_html.rb

#make_body1(body, _docxml) ⇒ Object



32
33
34
35
36
37
# File 'lib/isodoc/function/to_word_html.rb', line 32

def make_body1(body, _docxml)
  body.div class: "title-section" do |div1|
    div1.p { |p| p << "&#xa0;" } # placeholder
  end
  section_break(body)
end