class |
AbstractContentNode<C extends AbstractContentNode<C,N>,N extends Node> |
Nodes that use the "content" key to specify a list of child nodes extend this type
to handle the common conventions across those node types.
|
class |
AbstractListNode<L extends AbstractListNode<L>> |
|
class |
AbstractMarkedContentNode<C extends AbstractMarkedContentNode<C,N,M>,N extends Node,M extends Mark> |
|
class |
AbstractTableCellNode<N extends AbstractTableCellNode<N>> |
|
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 |
Caption |
Wraps the caption content that may optionally be assigned to a mediaSingle node.
|
class |
CodeBlock |
A container for lines of code.
|
class |
DecisionItem |
|
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 |
Doc |
The root container node of every Atlassian Document Format (ADF) document.
|
class |
Expand |
The expand node is a container that enables content to be hidden or shown, similar to an accordion
or disclosure widget.
|
class |
Heading |
Represents a topic heading, as for the <h1> through <h6> tags used in HTML.
|
class |
LayoutColumn |
|
class |
LayoutSection |
In Confluence, the top-level doc node is allowed to include layoutSection nodes.
|
class |
ListItem |
|
class |
MediaGroup |
A container for several media items.
|
class |
NestedExpand |
A nestedExpand node serves the same purpose as expand, except that it is used
inside of a tableCell or tableHeader instead of directly inside a doc.
|
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 |
Table |
A container for the nodes that define a table.
|
class |
TableCell |
A table cell within a table row.
|
class |
TableHeader |
A table cell within a table heading row.
|
class |
TableRow |
|
class |
TaskItem |
Provides the content for one of the items in a taskList.
|
class |
TaskList |
Task lists provide lists that look much like a bulletList, but there are differences in
their visual representation.
|