Class: OdfCore::Element::Text::ListItem

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/text/list_item.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'text:list-item'
CHILDREN =
[
  "text:h",
  "text:list",
  "text:number",
  "text:p",
  "text:soft-page-break",
].freeze
ATTRIBUTES =
["text:start-value", "text:style-override", "xml:id"].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement