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