Class: OdfCore::Element::Style::TableRowProperties
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Style::TableRowProperties
- Defined in:
- lib/odf_core/element/style/table_row_properties.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'style:table-row-properties'- CHILDREN =
["style:background-image"].freeze
- ATTRIBUTES =
[ "fo:background-color", "fo:break-after", "fo:break-before", "fo:keep-together", "style:min-row-height", "style:row-height", "style:use-optimal-row-height", ].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