Method: IsoDoc::PresentationXMLConvert#table

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

#table(docxml) ⇒ Object



100
101
102
103
# File 'lib/isodoc/presentation_function/block.rb', line 100

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