Class: RubyXL::CellStyleXFContainer
- Inherits:
-
OOXMLObject
- Object
- OOXMLObject
- RubyXL::CellStyleXFContainer
- Defined in:
- lib/rubyXL/objects/stylesheet.rb
Overview
Class Method Summary collapse
Methods inherited from OOXMLObject
#add_to_zip, #before_write_xml, define_attribute, define_child_node, define_element_name, #dup, filepath, #index_in_collection, #initialize, obtain_class_variable, parse, parse_file, set_countable, set_namespaces, #write_xml
Constructor Details
This class inherits a constructor from RubyXL::OOXMLObject
Class Method Details
.defaults ⇒ Object
73 74 75 |
# File 'lib/rubyXL/objects/stylesheet.rb', line 73 def self.defaults self.new(:cell_style_xfs => [ RubyXL::XF.new(:num_fmt_id => 0, :font_id => 0, :fill_id => 0, :border_id => 0) ]) end |