Method: IsoDoc::WordFunction::Postprocess#word_preface
- Defined in:
- lib/isodoc/word_function/postprocess.rb
#word_preface(docxml) ⇒ Object
106 107 108 109 |
# File 'lib/isodoc/word_function/postprocess.rb', line 106 def word_preface(docxml) word_cover(docxml) if @wordcoverpage word_intro(docxml, @wordToClevels) if @wordintropage end |