HeaderFontColor (NotesViewColumn - JavaScript™)
Read-write. The font color of the header in a column.
Defined in
NotesViewColumnSyntax
getHeaderFontColor() : int
setHeaderFontColor(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