Uses of Class
com.atlassian.adf.model.mark.Breakout
-
Packages that use Breakout Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes.com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Breakout in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark that return Breakout Modifier and Type Method Description BreakoutBreakout. copy()static BreakoutBreakout. fullWidth()static BreakoutBreakout. wide() -
Uses of Breakout in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return types with arguments of type Breakout Modifier and Type Method Description Optional<Breakout>CodeBlock. breakout()Optional<Breakout>Expand. breakout()Optional<Breakout>LayoutSection. breakout()Methods in com.atlassian.adf.model.node with parameters of type Breakout Modifier and Type Method Description CodeBlockCodeBlock. breakout(Breakout breakout)ExpandExpand. breakout(Breakout breakout)LayoutSectionLayoutSection. breakout(Breakout breakout)
-