Method: IsoDoc::PresentationXMLConvert#block
- Defined in:
- lib/isodoc/presentation_xml_convert.rb
#block(docxml) ⇒ Object
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/isodoc/presentation_xml_convert.rb', line 91 def block(docxml) table docxml figure docxml sourcecode docxml formula docxml example docxml note docxml admonition docxml source docxml ul docxml ol docxml dl docxml quote docxml docxml requirement docxml recommendation docxml requirement_render docxml amend docxml end |