public method O2GMargin.is3LevelMargin

Brief

Gets a flag indicating that the margin policy is of the three-level type.

Declaration
Java
boolean  is3LevelMargin ()

Details

The possible return values are:

true

The margin policy is of the three-level type.

false

The margin policy is of the one-level type.

Declared in O2GMargin

back