getFirst (Outline - Java)

Gets the first entry of an outline.

Defined in

Outline

Syntax

public OutlineEntry getFirst()
     throws NotesException

Return value

OutlineEntry

The first entry of the outline, or null if there are no entries.

Example