public static enum IStyledString.Style.UnderLineStyle extends Enum<IStyledString.Style.UnderLineStyle>
Enum Constant and Description |
---|
DOUBLE
Double line.
|
ERROR
Error line (often dash line).
|
LINK
Hyperlink.
|
NONE
No underline.
|
SINGLE
Single line.
|
SQUIGGLE
Squiggle line.
|
Modifier and Type | Method and Description |
---|---|
static IStyledString.Style.UnderLineStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStyledString.Style.UnderLineStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStyledString.Style.UnderLineStyle NONE
public static final IStyledString.Style.UnderLineStyle SINGLE
public static final IStyledString.Style.UnderLineStyle DOUBLE
public static final IStyledString.Style.UnderLineStyle SQUIGGLE
public static final IStyledString.Style.UnderLineStyle ERROR
public static final IStyledString.Style.UnderLineStyle LINK
public static IStyledString.Style.UnderLineStyle[] values()
for (IStyledString.Style.UnderLineStyle c : IStyledString.Style.UnderLineStyle.values()) System.out.println(c);
public static IStyledString.Style.UnderLineStyle 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 null
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.