class OpenXml::Docx::Properties::Highlight

Public Instance Methods

ok_values() click to toggle source
# File lib/openxml/docx/properties/highlight.rb, line 6
def ok_values
  %i(black blue cyan darkBlue darkCyan darkGray darkGreen darkMagenta darkRed darkYellow green lightGray magenta none red white yellow)
end