Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HighlightColor Enumeration

In This Topic
    HighlightColor Enumeration
    In This Topic
    Specifies a highlighting color which is applied as a background behind the contents.
    Syntax
    'Declaration
     
    Public Enum HighlightColor 
       Inherits System.Enum
    public enum HighlightColor : System.Enum 
    Members
    MemberDescription
    Black Black color.
    Blue Blue color.
    Cyan Cyan color.
    DarkBlue Dark blue color.
    DarkCyan Dark cyan color.
    DarkGray Dark gray color.
    DarkGreen Dark green color.
    DarkMagenta Dark magenta color.
    DarkRed Dark red color.
    DarkYellow Dark yellow color.
    Green Green color.
    LightGray Light gray color.
    Magenta Magenta color.
    None Text have no highlighting.
    Red Red color.
    White White color.
    Yellow Yellow color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.HighlightColor

    See Also