JAVA/CORBA CLASSES


FontFace property
Example

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.

Language cross-reference

FontFace property in LotusScript NotesViewColumn class

Example
See Also