Method: IsoDoc::WordFunction::Body#make_body3
- Defined in:
- lib/isodoc/word_function/body.rb
#make_body3(body, docxml) ⇒ Object
39 40 41 42 43 44 45 |
# File 'lib/isodoc/word_function/body.rb', line 39 def make_body3(body, docxml) body.div **{ class: "WordSection3" } do |div3| middle docxml, div3 footnotes div3 comments div3 end end |