Interface InlineContent
-
- All Known Implementing Classes:
Date,Emoji,HardBreak,InlineCard,InlineExtension,MediaInline,Mention,Placeholder,Status,Text
public interface InlineContent extends Node
Marks the nodes that aretextor can usually be freely intermixed with it. For example,emoji,mention, andhardBreakcan all be combined withtextto form the content within aheadingorparagraph.
-
-
Method Summary
-
Methods inherited from interface com.atlassian.adf.model.Element
elementType, isSupported, toMap, validate
-
Methods inherited from interface com.atlassian.adf.model.node.Node
appendPlainText, copy, toPlainText
-
-