| Package | Description |
|---|---|
| com.contentful.java.cma.model.rich |
| Modifier and Type | Class and Description |
|---|---|
class |
CMARichDocument
The base of a rich text field, containing all the other nodes.
|
class |
CMARichEmbeddedLink
This node is an inline link to a CMAEntry
|
class |
CMARichHeading
Defines a headline of the text.
|
class |
CMARichHyperLink
This block represents a link to a website.
|
class |
CMARichListItem
A block representing an item inside a list.
|
class |
CMARichOrderedList
A list of elements, ordered by number.
|
class |
CMARichParagraph
A paragraph of nodes, usually rendered together.
|
class |
CMARichQuote
A block of nodes rendered as a direct quote.
|
class |
CMARichTable
Rich Text table.
|
class |
CMARichTableCell
Rich Text table cell.
|
class |
CMARichTableHeaderCell
Rich Text table header cell.
|
class |
CMARichTableRow
Rich Text table row.
|
class |
CMARichUnorderedList
Representation of a block of unordered items.
|
| Modifier and Type | Method and Description |
|---|---|
CMARichBlock |
CMARichBlock.addContent(CMARichNode... content)
adds content to the already existing content.
|
CMARichBlock |
CMARichBlock.setContent(List<CMARichNode> content)
Updates the old content by overwriting it with the new content.
|
Copyright © 2026 Contentful, GmbH.. All rights reserved.