Method: IsoDoc::WordFunction::Postprocess#word_section_breaks
- Defined in:
- lib/isodoc/word_function/postprocess.rb
#word_section_breaks(docxml) ⇒ Object
195 196 197 198 199 |
# File 'lib/isodoc/word_function/postprocess.rb', line 195 def word_section_breaks(docxml) @landscapestyle = "" word_section_breaks1(docxml, "WordSection2") word_section_breaks1(docxml, "WordSection3") end |