Class: Coradoc::CoreModel::SectionElement

Inherits:
StructuralElement show all
Defined in:
lib/coradoc/core_model/structural_element.rb

Overview

Section with a heading at a specific level

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, #preamble?

Methods inherited from Base

#accept, #attr, #metadata, #semantically_equivalent?, #set_attr, #set_metadata

Class Method Details

.element_type_nameObject



72
# File 'lib/coradoc/core_model/structural_element.rb', line 72

def element_type_name = 'section'

Instance Method Details

#section?Boolean

Returns:

  • (Boolean)


69
# File 'lib/coradoc/core_model/structural_element.rb', line 69

def section? = true