public static enum PdfDiv.BorderTopStyle extends Enum<PdfDiv.BorderTopStyle>
Enum Constant and Description |
---|
DASHED |
DOTTED |
DOUBLE |
GROOVE |
INSET |
OUTSET |
RIDGE |
SOLID |
Modifier and Type | Method and Description |
---|---|
static PdfDiv.BorderTopStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfDiv.BorderTopStyle[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfDiv.BorderTopStyle DOTTED
public static final PdfDiv.BorderTopStyle DASHED
public static final PdfDiv.BorderTopStyle SOLID
public static final PdfDiv.BorderTopStyle DOUBLE
public static final PdfDiv.BorderTopStyle GROOVE
public static final PdfDiv.BorderTopStyle RIDGE
public static final PdfDiv.BorderTopStyle INSET
public static final PdfDiv.BorderTopStyle OUTSET
public static PdfDiv.BorderTopStyle[] values()
for (PdfDiv.BorderTopStyle c : PdfDiv.BorderTopStyle.values()) System.out.println(c);
public static PdfDiv.BorderTopStyle 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 © 2016. All rights reserved.