Method: IsoDoc::PresentationXMLConvert#figure_name
- Defined in:
- lib/isodoc/presentation_function/image.rb
#figure_name(elem) ⇒ Object
58 59 60 |
# File 'lib/isodoc/presentation_function/image.rb', line 58 def figure_name(elem) "<span class='fmt-element-name'>#{figure_label(elem)}</span> " end |