Uses of Interface
com.atlassian.adf.model.node.type.CaptionContent
-
Packages that use CaptionContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of CaptionContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement CaptionContent Modifier and Type Class Description classDateThedatenode displays a date in the user's locale.classEmojiAn inline node that represents an emoji.classHardBreakAn inline node that inserts a forced line-break within a sequence of text strings.classInlineCardAn Atlassian link card with a type icon and content description derived from the link.classMentionRepresents a user mention.classPlaceholderProvides placeholder text for something.classStatusThis node defines a status lozenge, such as is shown for the workflow status of a Jira issue or for the/statusmacro in Confluence.classTextHolds document text.Methods in com.atlassian.adf.model.node that return types with arguments of type CaptionContent Modifier and Type Method Description Class<CaptionContent>Caption. contentClass()Methods in com.atlassian.adf.model.node with parameters of type CaptionContent Modifier and Type Method Description static CaptionCaption. caption(CaptionContent content)static CaptionCaption. caption(CaptionContent... content)MediaSingleMediaSingle. caption(CaptionContent captionContent)MediaSingleMediaSingle. caption(CaptionContent... captionContent)Method parameters in com.atlassian.adf.model.node with type arguments of type CaptionContent Modifier and Type Method Description static CaptionCaption. caption(Iterable<? extends CaptionContent> content)static CaptionCaption. caption(Stream<? extends CaptionContent> content)MediaSingleMediaSingle. caption(Iterable<? extends CaptionContent> captionContent)MediaSingleMediaSingle. caption(Stream<? extends CaptionContent> captionContent)
-