HeaderFontStyle (NotesViewColumn - JavaScriptâ„¢)
Read-write. The font style of the header in a column.
Defined in
NotesViewColumnSyntax
getHeaderFontStyle() : intsetHeaderFontStyle(style:int) : void
Legal value
- 0 NotesViewColumn.FONT_PLAIN
- 1 NotesViewColumn.FONT_BOLD
- 2 NotesViewColumn.FONT_ITALIC
- 4 NotesViewColumn.FONT_UNDERLINE
- 8 NotesViewColumn.FONT_STRIKEOUT
- 8 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.
Language cross-reference
HeaderFontStyle property in LotusScript® NotesViewColumn class
HeaderFontStyle property in Java ViewColumn class