Class: Uniword::Drawingml::ThemeFamily
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Uniword::Drawingml::ThemeFamily
- Defined in:
- lib/uniword/drawingml/extension.rb
Overview
Represents a theme family element in extension Uses ThemeML namespace (Office 2013+)
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ThemeFamily
constructor
A new instance of ThemeFamily.
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 |