protected static enum LineDrawer.Slope extends Enum<LineDrawer.Slope>
Enum Constant and Description |
---|
BOTTOM_TO_TOP |
TOP_TO_BOTTOM |
Modifier and Type | Method and Description |
---|---|
static LineDrawer.Slope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineDrawer.Slope[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final LineDrawer.Slope TOP_TO_BOTTOM
public static final LineDrawer.Slope BOTTOM_TO_TOP
public static LineDrawer.Slope[] values()
for (LineDrawer.Slope c : LineDrawer.Slope.values()) System.out.println(c);
public static LineDrawer.Slope valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.