Method: IsoDoc::Function::Cleanup#table_cleanup

Defined in:
lib/isodoc/function/cleanup.rb

#table_cleanup(docxml) ⇒ Object



173
174
175
176
177
# File 'lib/isodoc/function/cleanup.rb', line 173

def table_cleanup(docxml)
  table_footnote_cleanup(docxml)
  table_note_cleanup(docxml)
  docxml
end