Method: IsoDoc::Function::ToWordHtml#make_body3

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

#make_body3(body, docxml) ⇒ Object



52
53
54
55
56
57
58
59
# File 'lib/isodoc/function/to_word_html.rb', line 52

def make_body3(body, docxml)
  body.div class: "main-section" do |div3|
    boilerplate docxml, div3
    content(div3, docxml, ns(self.class::TOP_ELEMENTS))
    footnotes docxml, div3
    comments docxml, div3
  end
end