Class: RubyXL::FillContainer

Inherits:
OOXMLObject show all
Defined in:
lib/rubyXL/objects/fill.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

.defaultsObject



49
50
51
52
53
54
# File 'lib/rubyXL/objects/fill.rb', line 49

def self.defaults
  self.new(:fills => [
             RubyXL::Fill.new(:pattern_fill => RubyXL::PatternFill.new(:pattern_type => 'none')),
             RubyXL::Fill.new(:pattern_fill => RubyXL::PatternFill.new(:pattern_type => 'gray125'))
           ])
end