Class: Uniword::Drawingml::ExtraColorSchemeList

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

Overview

Represents extra color scheme list in a theme (DrawingML)

This element is typically empty in most themes.

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ExtraColorSchemeList

Returns a new instance of ExtraColorSchemeList.



15
16
17
# File 'lib/uniword/drawingml/extra_color_scheme_list.rb', line 15

def initialize(attributes = {})
  super
end