Uses of Class
com.atlassian.adf.model.node.AbstractMarkedContentNode
-
Packages that use AbstractMarkedContentNode Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of AbstractMarkedContentNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node with type parameters of type AbstractMarkedContentNode Modifier and Type Class Description classAbstractMarkedContentNode<C extends AbstractMarkedContentNode<C,N,M>,N extends Node,M extends Mark>Subclasses of AbstractMarkedContentNode in com.atlassian.adf.model.node Modifier and Type Class Description classBodiedExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classCodeBlockA container for lines of code.classExpandTheexpandnode is a container that enables content to be hidden or shown, similar to an accordion or disclosure widget.classHeadingRepresents a topic heading, as for the<h1>through<h6>tags used in HTML.classLayoutSectionIn Confluence, the top-leveldocnode is allowed to includelayoutSectionnodes.classParagraphA container for a block of formatted text delineated by a carriage return.classTableA container for the nodes that define a table.
-