public static enum FormattingUtils.Tag extends java.lang.Enum<FormattingUtils.Tag>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
tagName() |
static FormattingUtils.Tag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormattingUtils.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormattingUtils.Tag B
public static final FormattingUtils.Tag I
public static final FormattingUtils.Tag S
public static final FormattingUtils.Tag U
public static FormattingUtils.Tag[] values()
for (FormattingUtils.Tag c : FormattingUtils.Tag.values()) System.out.println(c);
public static FormattingUtils.Tag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String tagName()
Copyright © 2010 - 2023 Adobe. All Rights Reserved