Class: RubyXL::CellStyles
- Inherits:
-
OOXMLContainerObject
- Object
- Array
- OOXMLContainerObject
- RubyXL::CellStyles
- Defined in:
- lib/rubyXL/objects/stylesheet.rb
Overview
Instance Attribute Summary
Attributes included from OOXMLObjectInstanceMethods
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
permalink .default ⇒ Object
[View source]
92 93 94 |
# File 'lib/rubyXL/objects/stylesheet.rb', line 92 def self.default self.new(:_ => [ RubyXL::CellStyle.new(:builtin_id => 0, :name => 'Normal', :xf_id => 0) ]) end |