java.io.Serializablepublic final class BorderStyle extends TraitEnum
| Modifier and Type | Field | Description |
|---|---|---|
static BorderStyle |
DASHED |
border-style: dashed
|
static BorderStyle |
DOTTED |
border-style: dotted
|
static BorderStyle |
DOUBLE |
border-style: double
|
static BorderStyle |
GROOVE |
border-style: groove
|
static BorderStyle |
HIDDEN |
border-style: hidden
|
static BorderStyle |
INSET |
border-style: inset
|
static BorderStyle |
NONE |
border-style: none
|
static BorderStyle |
OUTSET |
border-style: outset
|
static BorderStyle |
RIDGE |
border-style: ridge
|
static BorderStyle |
SOLID |
border-style: solid
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
static BorderStyle |
valueOf(int enumValue) |
Returns the enumeration/singleton object based on its name.
|
static BorderStyle |
valueOf(java.lang.String name) |
Returns the enumeration/singleton object based on its name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnumValue, getNamepublic static final BorderStyle NONE
public static final BorderStyle HIDDEN
public static final BorderStyle DOTTED
public static final BorderStyle DASHED
public static final BorderStyle SOLID
public static final BorderStyle DOUBLE
public static final BorderStyle GROOVE
public static final BorderStyle RIDGE
public static final BorderStyle INSET
public static final BorderStyle OUTSET
public static BorderStyle valueOf(java.lang.String name)
name - the name of the enumeration valuepublic static BorderStyle valueOf(int enumValue)
enumValue - the enumeration valuepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.