Class: Docbook::Elements::Table

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

Constant Summary collapse

STATS_CATEGORY =
:table
NUMBERING_ROLE =
:table
LIST_OF_CATEGORY =
:tables

Instance Method Summary collapse

Methods included from Numberable

#numbering_role

Methods included from Identifiable

#element_id

Methods included from Titled

#has_title?, #resolve_title, #titled?

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)


21
22
23
# File 'lib/docbook/elements/table.rb', line 21

def formal?
  true
end

#list_of_categoryObject



25
26
27
# File 'lib/docbook/elements/table.rb', line 25

def list_of_category
  LIST_OF_CATEGORY
end

#stats_categoryObject



12
13
14
# File 'lib/docbook/elements/table.rb', line 12

def stats_category
  STATS_CATEGORY
end