Method: IsoDoc::PresentationXMLConvert#rearrange_clauses

Defined in:
lib/isodoc/presentation_function/section.rb

#rearrange_clauses(docxml) ⇒ Object



155
156
157
158
# File 'lib/isodoc/presentation_function/section.rb', line 155

def rearrange_clauses(docxml)
  preface_rearrange(docxml) # feeds toc_title
  toc_title(docxml)
end