public final class BreakUtil extends Object
Modifier and Type | Method and Description |
---|---|
static int |
compareBreakClasses(int break1,
int break2)
Compares the given break classes and return the one that wins.
|
public static int compareBreakClasses(int break1, int break2)
break1
- a break class, one of Constants.EN_AUTO
,
Constants.EN_COLUMN
, Constants.EN_PAGE
,
Constants.EN_EVEN_PAGE
, Constants.EN_ODD_PAGE
break2
- another break classCopyright © 2025 Apache Software Foundation. All rights reserved.