Class: OdfCore::Element::Style::TableRowProperties

Inherits:
AbstractElement show all
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

#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