Class: Docbook::Elements::InformalFigure

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
DocbookElement, Identifiable, Numberable
Defined in:
lib/docbook/elements/informalfigure.rb

Constant Summary collapse

STATS_CATEGORY =
:image
NUMBERING_ROLE =
:figure
LIST_OF_CATEGORY =
:figures

Instance Method Summary collapse

Methods included from Numberable

#numbering_role

Methods included from Identifiable

#element_id

Methods included from DocbookElement

#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

#formal?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/docbook/elements/informalfigure.rb', line 20

def formal?
  true
end

#list_of_categoryObject



24
25
26
# File 'lib/docbook/elements/informalfigure.rb', line 24

def list_of_category
  LIST_OF_CATEGORY
end

#stats_categoryObject



11
12
13
# File 'lib/docbook/elements/informalfigure.rb', line 11

def stats_category
  STATS_CATEGORY
end