Method: IsoDoc::PresentationXMLConvert#table

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

#table(docxml) ⇒ Object



91
92
93
94
# File 'lib/isodoc/presentation_function/block.rb', line 91

def table(docxml)
  table_long_strings_cleanup(docxml)
  docxml.xpath(ns("//table")).each { |f| table1(f) }
end