Class: Docbook::Elements::InformalTable
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Docbook::Elements::InformalTable
show all
- Includes:
- DocbookElement
- Defined in:
- lib/docbook/elements/informaltable.rb
Constant Summary
collapse
- STATS_CATEGORY =
:table
- LIST_OF_CATEGORY =
:tables
Instance Method Summary
collapse
#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
15
16
17
|
# File 'lib/docbook/elements/informaltable.rb', line 15
def formal?
true
end
|
#list_of_category ⇒ Object
19
20
21
|
# File 'lib/docbook/elements/informaltable.rb', line 19
def list_of_category
LIST_OF_CATEGORY
end
|
#stats_category ⇒ Object
11
12
13
|
# File 'lib/docbook/elements/informaltable.rb', line 11
def stats_category
STATS_CATEGORY
end
|