Class: BerkeleyLibrary::Util::ODS::XML::Style::TableProperties

Inherits:
ElementNode
  • Object
show all
Defined in:
lib/berkeley_library/util/ods/xml/style/table_properties.rb

Instance Attribute Summary

Attributes inherited from ElementNode

#doc, #element_name, #namespace

Instance Method Summary collapse

Methods inherited from ElementNode

#add_child, #attributes, #children, #clear_attribute, #create_element, #element, #ensure_element!, #prefix, #prefixed_attr_name, #set_attribute

Constructor Details

#initialize(doc:) ⇒ TableProperties

Returns a new instance of TableProperties.



9
10
11
12
# File 'lib/berkeley_library/util/ods/xml/style/table_properties.rb', line 9

def initialize(doc:)
  super(:style, 'table-properties', doc: doc)
  set_default_attributes!
end