public static enum MoreFormattingDropdownMenu.FormatItem extends Enum<MoreFormattingDropdownMenu.FormatItem>
Enum Constant and Description |
---|
CLEAR_FORMAT |
MONOSPACE |
STRIKETHROUGH |
SUBSCRIPT |
SUPERSCRIPT |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static MoreFormattingDropdownMenu.FormatItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoreFormattingDropdownMenu.FormatItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoreFormattingDropdownMenu.FormatItem STRIKETHROUGH
public static final MoreFormattingDropdownMenu.FormatItem SUBSCRIPT
public static final MoreFormattingDropdownMenu.FormatItem SUPERSCRIPT
public static final MoreFormattingDropdownMenu.FormatItem MONOSPACE
public static final MoreFormattingDropdownMenu.FormatItem CLEAR_FORMAT
public static MoreFormattingDropdownMenu.FormatItem[] values()
for (MoreFormattingDropdownMenu.FormatItem c : MoreFormattingDropdownMenu.FormatItem.values()) System.out.println(c);
public static MoreFormattingDropdownMenu.FormatItem 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 nullpublic String getId()
Copyright © 2003–2017 Atlassian. All rights reserved.