Class: OdfCore::Element::Style::TableProperties
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Style::TableProperties
- Defined in:
- lib/odf_core/element/style/table_properties.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'style:table-properties'
- CHILDREN =
["style:background-image"].freeze
- ATTRIBUTES =
[ "fo:background-color", "fo:break-after", "fo:break-before", "fo:keep-with-next", "fo:margin", "fo:margin-bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "style:may-break-between-rows", "style:page-number", "style:rel-width", "style:shadow", "style:width", "style:writing-mode", "table:align", "table:border-model", "table:display", ].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