Class: RubyXL::CellStyleContainer

Inherits:
OOXMLObject show all
Defined in:
lib/rubyXL/objects/stylesheet.rb

Overview

Class Method Summary collapse

Methods inherited from OOXMLObject

#before_write_xml, define_attribute, define_child_node, define_element_name, #dup, #index_in_collection, #initialize, obtain_class_variable, parse, set_countable, #write_xml

Constructor Details

This class inherits a constructor from RubyXL::OOXMLObject

Class Method Details

.defaultsObject



97
98
99
# File 'lib/rubyXL/objects/stylesheet.rb', line 97

def self.defaults
  self.new(:cell_styles => [ RubyXL::CellStyle.new(:builtin_id => 0, :name => 'Normal', :xf_id => 0) ])
end