Method: IsoDoc::Function::Cleanup#table_cleanup
- Defined in:
- lib/isodoc/function/cleanup.rb
#table_cleanup(docxml) ⇒ Object
128 129 130 131 132 |
# File 'lib/isodoc/function/cleanup.rb', line 128 def table_cleanup(docxml) table_footnote_cleanup(docxml) table_note_cleanup(docxml) docxml end |