Uses of Interface
com.atlassian.adf.model.node.type.InlineContent
-
Packages that use InlineContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of InlineContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement InlineContent 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.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.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 InlineContent Modifier and Type Method Description Class<InlineContent>DecisionItem. contentClass()Class<InlineContent>Heading. contentClass()Class<InlineContent>Paragraph. contentClass()Class<InlineContent>TaskItem. contentClass()Methods in com.atlassian.adf.model.node with parameters of type InlineContent Modifier and Type Method Description static HeadingHeading. h1(InlineContent content)static HeadingHeading. h1(InlineContent... content)static HeadingHeading. h2(InlineContent content)static HeadingHeading. h2(InlineContent... content)static HeadingHeading. h3(InlineContent content)static HeadingHeading. h3(InlineContent... content)static HeadingHeading. h4(InlineContent content)static HeadingHeading. h4(InlineContent... content)static HeadingHeading. h5(InlineContent content)static HeadingHeading. h5(InlineContent... content)static HeadingHeading. h6(InlineContent content)static HeadingHeading. h6(InlineContent... content)static HeadingHeading. heading(int level, InlineContent content)static HeadingHeading. heading(int level, InlineContent... content)static ParagraphParagraph. p(InlineContent content)static ParagraphParagraph. p(InlineContent... content)static ParagraphParagraph. paragraph(InlineContent content)static ParagraphParagraph. paragraph(InlineContent... content)Method parameters in com.atlassian.adf.model.node with type arguments of type InlineContent Modifier and Type Method Description static HeadingHeading. h1(Iterable<? extends InlineContent> content)static HeadingHeading. h1(Stream<? extends InlineContent> content)static HeadingHeading. h2(Iterable<? extends InlineContent> content)static HeadingHeading. h2(Stream<? extends InlineContent> content)static HeadingHeading. h3(Iterable<? extends InlineContent> content)static HeadingHeading. h3(Stream<? extends InlineContent> content)static HeadingHeading. h4(Iterable<? extends InlineContent> content)static HeadingHeading. h4(Stream<? extends InlineContent> content)static HeadingHeading. h5(Iterable<? extends InlineContent> content)static HeadingHeading. h5(Stream<? extends InlineContent> content)static HeadingHeading. h6(Iterable<? extends InlineContent> content)static HeadingHeading. h6(Stream<? extends InlineContent> content)static HeadingHeading. heading(int level, Iterable<? extends InlineContent> content)static HeadingHeading. heading(int level, Stream<? extends InlineContent> content)static ParagraphParagraph. p(Iterable<? extends InlineContent> content)static ParagraphParagraph. p(Stream<? extends InlineContent> content)static ParagraphParagraph. paragraph(Iterable<? extends InlineContent> content)static ParagraphParagraph. paragraph(Stream<? extends InlineContent> content)
-