Class: Uniword::Drawingml::ThemeFamily

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

Overview

Represents a theme family element in extension Uses ThemeML namespace (Office 2013+)

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ThemeFamily

Returns a new instance of ThemeFamily.



21
22
23
24
25
26
# File 'lib/uniword/drawingml/extension.rb', line 21

def initialize(attributes = {})
  super
  @name ||= ""
  @id ||= ""
  @vid ||= ""
end