IndentLevel (ViewEntry - Java)

Read-only. The indent level of a view entry within the view.

Defined in

ViewEntry

Data type

int

Syntax

public int getIndentLevel()
    throws NotesException

Usage

The indent level corresponds to the number of levels in the position. Position 1 is indent level 0, position 1.1 is indent level 1, position 1.1.1 is indent level 2, and so on.

Example