Uses of Interface
com.atlassian.adf.model.node.type.NestedExpandContent
-
Packages that use NestedExpandContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of NestedExpandContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement NestedExpandContent Modifier and Type Class Description classHeadingRepresents a topic heading, as for the<h1>through<h6>tags used in HTML.classMediaGroupA container for several media items.classMediaSingleA container for exactly one media item, optionally followed by acaption.classParagraphA container for a block of formatted text delineated by a carriage return.Methods in com.atlassian.adf.model.node that return types with arguments of type NestedExpandContent Modifier and Type Method Description Class<NestedExpandContent>NestedExpand. contentClass()Methods in com.atlassian.adf.model.node with parameters of type NestedExpandContent Modifier and Type Method Description static NestedExpandNestedExpand. nestedExpand(NestedExpandContent content)static NestedExpandNestedExpand. nestedExpand(NestedExpandContent... content)protected voidNestedExpand. validateContentNodeForAppend(NestedExpandContent node)Method parameters in com.atlassian.adf.model.node with type arguments of type NestedExpandContent Modifier and Type Method Description static NestedExpandNestedExpand. nestedExpand(Iterable<? extends NestedExpandContent> content)static NestedExpandNestedExpand. nestedExpand(Stream<? extends NestedExpandContent> content)
-