Method: IsoDoc::Function::ToWordHtml#make_body

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

#make_body(xml, docxml) ⇒ Object



24
25
26
27
28
29
30
# File 'lib/isodoc/function/to_word_html.rb', line 24

def make_body(xml, docxml)
  xml.body **body_attr do |body|
    make_body1(body, docxml)
    make_body2(body, docxml)
    make_body3(body, docxml)
  end
end