public static enum Annotations.HyperlinkAnnotation.LinkStyle extends Enum<Annotations.HyperlinkAnnotation.LinkStyle>
| Modifier and Type | Method and Description |
|---|---|
static Annotations.HyperlinkAnnotation.LinkStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotations.HyperlinkAnnotation.LinkStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotations.HyperlinkAnnotation.LinkStyle ul
public static final Annotations.HyperlinkAnnotation.LinkStyle none
public static Annotations.HyperlinkAnnotation.LinkStyle[] values()
for (Annotations.HyperlinkAnnotation.LinkStyle c : Annotations.HyperlinkAnnotation.LinkStyle.values()) System.out.println(c);
public static Annotations.HyperlinkAnnotation.LinkStyle 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 © 2021. All rights reserved.