Method: IsoDoc::Function::Cleanup#table_cleanup

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

#table_cleanup(docxml) ⇒ Object



148
149
150
151
152
# File 'lib/isodoc/function/cleanup.rb', line 148

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