class |
AbstractListNode<L extends AbstractListNode<L>> |
|
class |
BlockCard |
The blockCard node is an Atlassian link card with a type icon and content description derived from the
link.
|
class |
Blockquote |
The Blockquote node is a container for quotes.
|
class |
BodiedExtension |
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
|
class |
BulletList |
A container for list items that produces a bulleted list.
|
class |
CodeBlock |
A container for lines of code.
|
class |
DecisionList |
Decision lists provide lists that look much like a bulletList, but they cannot be
nested and there are differences in their visual representation.
|
class |
EmbedCard |
|
class |
Expand |
The expand node is a container that enables content to be hidden or shown, similar to an accordion
or disclosure widget.
|
class |
Extension |
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
|
class |
Heading |
Represents a topic heading, as for the <h1> through <h6> tags used in HTML.
|
class |
MediaGroup |
A container for several media items.
|
class |
MediaSingle |
A container for exactly one media item, optionally followed by a caption.
|
class |
OrderedList |
A container for list items that produces a numbered list of them.
|
class |
Panel |
A container that highlights content as additional information, a warning, or the result of an action.
|
class |
Paragraph |
A container for a block of formatted text delineated by a carriage return.
|
class |
Rule |
Representing a divider, this is equivalent to an HTML <hr/> tag.
|
class |
Table |
A container for the nodes that define a table.
|
class |
TaskList |
Task lists provide lists that look much like a bulletList, but there are differences in
their visual representation.
|