Class: Docbook::Elements::InformalFigure
Constant Summary
collapse
- STATS_CATEGORY =
:image
- NUMBERING_ROLE =
:figure
- LIST_OF_CATEGORY =
:figures
Instance Method Summary
collapse
Methods included from Numberable
#numbering_role
#element_id
#callout_marker?, #colsep, #content, #element_id, #fileref, #frame, #has_title?, #imagedata, #imageobject, #index_term?, #indexterm, #info, #media_children, #number, #numberable?, #numbering_role, #resolve_title, #rowsep, #section_like?, #text, #title, #titled?, #toc_children, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?
Instance Method Details
20
21
22
|
# File 'lib/docbook/elements/informalfigure.rb', line 20
def formal?
true
end
|
#list_of_category ⇒ Object
24
25
26
|
# File 'lib/docbook/elements/informalfigure.rb', line 24
def list_of_category
LIST_OF_CATEGORY
end
|
#stats_category ⇒ Object
11
12
13
|
# File 'lib/docbook/elements/informalfigure.rb', line 11
def stats_category
STATS_CATEGORY
end
|