Uses of Class
com.atlassian.confluence.pageobjects.component.editor.toolbars.MoreFormattingDropdownMenu.FormatItem
-
Packages that use MoreFormattingDropdownMenu.FormatItem Package Description com.atlassian.confluence.pageobjects.component.editor.toolbars -
-
Uses of MoreFormattingDropdownMenu.FormatItem in com.atlassian.confluence.pageobjects.component.editor.toolbars
Methods in com.atlassian.confluence.pageobjects.component.editor.toolbars that return MoreFormattingDropdownMenu.FormatItem Modifier and Type Method Description static MoreFormattingDropdownMenu.FormatItemMoreFormattingDropdownMenu.FormatItem. valueOf(String name)Returns the enum constant of this type with the specified name.static MoreFormattingDropdownMenu.FormatItem[]MoreFormattingDropdownMenu.FormatItem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.pageobjects.component.editor.toolbars with parameters of type MoreFormattingDropdownMenu.FormatItem Modifier and Type Method Description voidMoreFormattingDropdownMenu. click(MoreFormattingDropdownMenu.FormatItem formatItem)Deprecated.Clicks on a item from the more format dropdown menu
-