JAVA/CORBA CLASSES


FontPointSize property
Example

Read-write. The font point size of data in a column.

Note This property is read-write with Release 6.5.

Defined in

ViewColumn

Data type

int

Syntax

public int getFontPointSize()
   throws NotesException

public void setFontPointSize(int size)
   throws NotesException

Language cross-reference

FontPointSize property in LotusScript NotesViewColumn class

Example
See Also