Class: OdfCore::Element::Text::ListItem
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Text::ListItem
- 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
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement