Class: Uniword::Drawingml::BackgroundFillStyleList

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/drawingml/format_scheme.rb

Overview

Represents background fill style list in DrawingML format scheme

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ BackgroundFillStyleList

Returns a new instance of BackgroundFillStyleList.



93
94
95
96
97
98
# File 'lib/uniword/drawingml/format_scheme.rb', line 93

def initialize(attributes = {})
  super
  @solid_fills ||= []
  @gradient_fills ||= []
  @blip_fills ||= []
end