Uses of Class
com.atlassian.adf.model.node.AbstractMarkedNode
-
Packages that use AbstractMarkedNode Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of AbstractMarkedNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node with type parameters of type AbstractMarkedNode Modifier and Type Class Description classAbstractMarkedNode<N extends AbstractMarkedNode<N,M>,M extends Mark>Subclasses of AbstractMarkedNode in com.atlassian.adf.model.node Modifier and Type Class Description classExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classInlineExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classMediaInlineThemediaInlinenode type works just likefileandlinktypes ofmedianodes, except that instead of being placed inside themediaGroupandmediaSingleblock nodes, they are used in places thatinline contentis permitted, such as within aparagraph.classMediaSingleA container for exactly one media item, optionally followed by acaption.classTextHolds document text.
-