public final class PagesMode extends Object
Modifier and Type | Field and Description |
---|---|
static PagesMode |
ALL
the all pages mode
|
static PagesMode |
EVEN
the even pages mode
|
static PagesMode |
ODD
the odd pages mode
|
Modifier and Type | Method and Description |
---|---|
static PagesMode |
byName(String name)
Returns a PagesMode instance by name.
|
String |
getName() |
String |
toString() |
public static final PagesMode ALL
public static final PagesMode EVEN
public static final PagesMode ODD
Copyright © 2025 Apache Software Foundation. All rights reserved.