Class: OdfCore::Element::Style::ListLevelProperties

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/style/list_level_properties.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'style:list-level-properties'
CHILDREN =
["style:list-level-label-alignment"].freeze
ATTRIBUTES =
[
  "fo:height",
  "fo:text-align",
  "fo:width",
  "style:font-name",
  "style:vertical-pos",
  "style:vertical-rel",
  "svg:y",
  "text:list-level-position-and-space-mode",
  "text:min-label-distance",
  "text:min-label-width",
  "text:space-before",
].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