HeaderFontStyle (NotesViewColumn - JavaScript™)
Read-write. The font style of the header in a column.
Defined in
NotesViewColumnSyntax
getHeaderFontStyle() : int setHeaderFontStyle(style:int) : void
Legal value
0 NotesViewColumn.FONT_PLAIN1 NotesViewColumn.FONT_BOLD2 NotesViewColumn.FONT_ITALIC4 NotesViewColumn.FONT_UNDERLINE8 NotesViewColumn.FONT_STRIKEOUT8 NotesViewColumn.FONT_STRIKETHROUGH
Usage
The font style can have multiple values. For example, the style might be NotesViewColumn.FONT_BOLD and NotesViewColumn.FONT_ITALIC.You can use IsFontBold, IsFontItalic, IsFontStrikethrough, and IsFontUnderline to query and set the font styles.