Method: IsoDoc::PresentationXMLConvert#figure_label
- Defined in:
- lib/isodoc/presentation_function/image.rb
#figure_label(elem) ⇒ Object
99 100 101 102 103 |
# File 'lib/isodoc/presentation_function/image.rb', line 99 def figure_label(elem) klass = elem["class"] || "figure" klasslbl = @i18n.get[klass] || klass lower2cap klasslbl end |