Class: BerkeleyLibrary::Util::ODS::XML::Text::LineBreak

Inherits:
ElementNode
  • Object
show all
Defined in:
lib/berkeley_library/util/ods/xml/text/p.rb

Instance Attribute Summary

Attributes inherited from ElementNode

#doc, #element_name, #namespace

Instance Method Summary collapse

Methods inherited from ElementNode

#add_child, #attributes, #children, #clear_attribute, #create_element, #element, #ensure_element!, #prefix, #prefixed_attr_name, #set_attribute

Constructor Details

#initialize(doc:) ⇒ LineBreak

Returns a new instance of LineBreak.



110
111
112
# File 'lib/berkeley_library/util/ods/xml/text/p.rb', line 110

def initialize(doc:)
  super(:text, 'line-break', doc: doc)
end