Class: Coradoc::CoreModel::PreambleElement
- Inherits:
-
StructuralElement
- Object
- Lutaml::Model::Serializable
- Base
- StructuralElement
- Coradoc::CoreModel::PreambleElement
- Defined in:
- lib/coradoc/core_model/structural_element.rb
Overview
Preamble content before the first section heading
Instance Attribute Summary
Attributes inherited from StructuralElement
#attributes, #children, #content, #level
Attributes inherited from Base
#element_attributes, #id, #metadata_entries, #title
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from StructuralElement
#document?, #element_type, #header?, #heading_level, #section?
Methods inherited from Base
#accept, #attr, #metadata, #semantically_equivalent?, #set_attr, #set_metadata
Class Method Details
.element_type_name ⇒ Object
81 |
# File 'lib/coradoc/core_model/structural_element.rb', line 81 def element_type_name = 'preamble' |
Instance Method Details
#preamble? ⇒ Boolean
78 |
# File 'lib/coradoc/core_model/structural_element.rb', line 78 def preamble? = true |