Method: IsoDoc::Function::Cleanup#table_cleanup
- Defined in:
- lib/isodoc/function/cleanup.rb
#table_cleanup(docxml) ⇒ Object
175 176 177 178 179 |
# File 'lib/isodoc/function/cleanup.rb', line 175 def table_cleanup(docxml) table_footnote_cleanup(docxml) table_note_cleanup(docxml) docxml end |