Class: OdfCore::Element::Style::Column

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

Constant Summary collapse

XML_ELEMENT_NAME =
'style:column'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "fo:end-indent",
  "fo:space-after",
  "fo:space-before",
  "fo:start-indent",
  "style:rel-width",
].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