Method: IsoDoc::PresentationXMLConvert#terms
- Defined in:
- lib/isodoc/presentation_xml_convert.rb
#terms(docxml) ⇒ Object
99 100 101 102 103 104 105 106 107 |
# File 'lib/isodoc/presentation_xml_convert.rb', line 99 def terms(docxml) termexample docxml termnote docxml termdefinition docxml designation docxml termsource docxml concept docxml docxml end |