class OpenXml::Xlsx::Elements::ThemeColor
Public Instance Methods
to_xml(name, xml)
click to toggle source
# File lib/openxml/xlsx/elements/theme_color.rb, line 6 def to_xml(name, xml) xml.public_send(name, theme: theme, tint: tint) end