HeaderFontFace (ViewColumn - Java)

Read-write. The font face of the header in a column.

Note: This property is new with Release 6.5.

Defined in

ViewColumn

Data type

String

Syntax

public String getHeaderFontFace()
    throws NotesException
public void setHeaderFontFace(String face)
    throws NotesException

Usage

Typical font faces include Ariel, Courier, Default Sans Serif, Helvetica, Palatino, Symbol, Times New Roman, and many more. For a complete list, run @FontList or see the font tab in the Column Properties box.

Example