Uses of Class
com.atlassian.adf.model.mark.Breakout.Mode
-
Packages that use Breakout.Mode Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes. -
-
Uses of Breakout.Mode in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark that return Breakout.Mode Modifier and Type Method Description Breakout.ModeBreakout. mode()Returns themodesetting for this breakout mark.static Breakout.ModeBreakout.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Breakout.Mode[]Breakout.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-