FontFace (ViewColumn - Java)

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

Note: This property is read-write with Release 6.5.

Defined in

ViewColumn

Data type

String

Syntax

public String getFontFace()
    throws NotesException
public void setFontFace(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