IsFontItalic (ViewColumn - Java)

Read-write. Indicates whether the font style for a column includes italic.

Note: This property is new with Release 6.5.

Defined in

ViewColumn

Data type

boolean

Syntax

public boolean isFontItalic()
    throws NotesException
public void setFontItalic(boolean flag)
    throws NotesException

Legal values

  • true if the font style includes italic
  • false if the font style does not include italic

Usage

See FontStyle for the complete font style.

Example