Class: RubyXL::CellXFs

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

Overview

Instance Attribute Summary

Attributes included from OOXMLObjectInstanceMethods

#local_namespaces

Class Method Summary collapse

Methods inherited from OOXMLContainerObject

#before_write_xml, define_count_attribute, #initialize, #inspect

Methods included from OOXMLObjectInstanceMethods

#==, #before_write_xml, included, #index_in_collection, #initialize, #write_xml

Constructor Details

This class inherits a constructor from RubyXL::OOXMLContainerObject

Class Method Details

.defaultObject



81
82
83
84
85
# File 'lib/rubyXL/objects/stylesheet.rb', line 81

def self.default
  self.new(:_ => [
             RubyXL::XF.new(:num_fmt_id => 0, :font_id => 0, :fill_id => 0, :border_id => 0, :xfId => 0)
           ])
end