FontColor (NotesViewColumn - JavaScript)

Read-write. The font color of data in a column.

Defined in

NotesViewColumn

Syntax

getFontColor() : int

setFontColor(color:int) : void

Legal value

A Domino® color index in the range 0-240; see NotesColorObject. The first 16 are:
  • 0 NotesRichTextStyle.COLOR_BLACK
  • 1 NotesRichTextStyle.COLOR_WHITE
  • 2 NotesRichTextStyle.COLOR_RED
  • 3 NotesRichTextStyle.COLOR_GREEN
  • 4 NotesRichTextStyle.COLOR_BLUE
  • 5 NotesRichTextStyle.COLOR_MAGENTA
  • 6 NotesRichTextStyle.COLOR_YELLOW
  • 7 NotesRichTextStyle.COLOR_CYAN
  • 8 NotesRichTextStyle.COLOR_DARK_RED
  • 9 NotesRichTextStyle.COLOR_DARK_GREEN
  • 10 NotesRichTextStyle.COLOR_DARK_BLUE
  • 11 NotesRichTextStyle.COLOR_DARK_MAGENTA
  • 12 NotesRichTextStyle.COLOR_DARK_YELLOW
  • 13 NotesRichTextStyle.COLOR_DARK_CYAN
  • 14 NotesRichTextStyle.COLOR_GRAY
  • 15 NotesRichTextStyle.COLOR_LIGHT_GRAY