Method: IsoDoc::Function::ToWordHtml#make_body2
- Defined in:
- lib/isodoc/function/to_word_html.rb
#make_body2(body, docxml) ⇒ Object
73 74 75 76 77 78 |
# File 'lib/isodoc/function/to_word_html.rb', line 73 def make_body2(body, docxml) body.div **{ class: "prefatory-section" } do |div2| div2.p { |p| p << " " } # placeholder end section_break(body) end |