class RubyXL::Fill

www.schemacentral.com/sc/ooxml/e-ssml_fill-1.html

Public Class Methods

default(pattern_type) click to toggle source
# File lib/rubyXL/objects/fill.rb, line 39
def self.default(pattern_type)
  self.new(:pattern_fill => RubyXL::PatternFill.new(:pattern_type => pattern_type))
end