public static enum ParagraphProperties.Border extends Enum<ParagraphProperties.Border>
Modifier and Type | Method and Description |
---|---|
static ParagraphProperties.Border |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParagraphProperties.Border[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParagraphProperties.Border NONE
public static final ParagraphProperties.Border BOX
public static ParagraphProperties.Border[] values()
for (ParagraphProperties.Border c : ParagraphProperties.Border.values()) System.out.println(c);
public static ParagraphProperties.Border valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Habarisoft. All rights reserved.