Uses of Interface
com.atlassian.adf.model.node.type.Marked
-
Packages that use Marked 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.com.atlassian.adf.model.node.type Marker interfaces and other supporting types that help classify nodes by how they may be used. -
-
Uses of Marked in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark with parameters of type Marked Modifier and Type Method Description static <M extends Mark>
voidMarkParserSupport. parseMarks(Map<String,?> nodeMap, Class<M> expectedMarkClass, Factory<M> unsupportedMarkFactory, Marked<?,M> markedNode)Given a map representation of a marked node, attempts to parse any marks that are present in it.static voidMarkParserSupport. parseTextMarks(Map<String,?> map, Marked<?,TextMark> node) -
Uses of Marked in com.atlassian.adf.model.node
Subinterfaces of Marked in com.atlassian.adf.model.node Modifier and Type Interface Description interfaceMediaRepresents a single file or link stored in media services.Classes in com.atlassian.adf.model.node that implement Marked Modifier and Type Class Description classAbstractMarkedContentNode<C extends AbstractMarkedContentNode<C,N,M>,N extends Node,M extends Mark>classAbstractMarkedNode<N extends AbstractMarkedNode<N,M>,M extends Mark>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.classExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classHeadingRepresents a topic heading, as for the<h1>through<h6>tags used in HTML.classInlineExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classLayoutSectionIn Confluence, the top-leveldocnode is allowed to includelayoutSectionnodes.static classMedia.AbstractMedia<N extends Media.AbstractMedia<N>>static classMedia.ExternalMediastatic classMedia.FileMediastatic classMedia.FileOrLinkMedia<T extends Media.FileOrLinkMedia<T>>static classMedia.LinkMediaclassMediaInlineThemediaInlinenode 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.classParagraphA container for a block of formatted text delineated by a carriage return.classTableA container for the nodes that define a table.classTextHolds document text. -
Uses of Marked in com.atlassian.adf.model.node.type
Classes in com.atlassian.adf.model.node.type with type parameters of type Marked Modifier and Type Interface Description interfaceMarked<N extends Node & Marked<N,M>,M extends Mark>Indicates that this node can use amarkselement to alter its presentation.Subinterfaces of Marked in com.atlassian.adf.model.node.type Modifier and Type Interface Description interfaceExtensionNode<N extends ExtensionNode<N,M>,M extends Mark>Describes features that are common to the various extension node types.
-