Class: OdfCore::Element::Table::MovementCutOff

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/table/movement_cut_off.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'table:movement-cut-off'
CHILDREN =
[].freeze
ATTRIBUTES =
["table:end-position", "table:position", "table:start-position"].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