Class: Omml::Models::STThemeColor

Inherits:
EnumString
  • Object
show all
Defined in:
lib/omml/models/simple_types/st_theme_color.rb

Constant Summary collapse

VALUES =
%w[
  dark1
  light1
  dark2
  light2
  accent1
  accent2
  accent3
  accent4
  accent5
  accent6
  hyperlink
  followedHyperlink
  none
  background1
  text1
  background2
  text2
].freeze

Method Summary

Methods inherited from EnumString

cast