Package | Description |
---|---|
com.contentful.java.cma.model.rich |
Modifier and Type | Class and Description |
---|---|
class |
CMARichBlock
A collection of several nodes.
|
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 |
CMARichHorizontalRule
A node representing a division, called a horizontal rule.
|
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 |
CMARichText
A leaf element of the rich text node graph: Render a given text with the given markings.
|
class |
CMARichUnorderedList
Representation of a block of unordered items.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CMARichNode> |
CMARichBlock.getContent() |
Modifier and Type | Method and Description |
---|---|
CMARichBlock |
CMARichBlock.addContent(CMARichNode... content)
adds content to the already existing content.
|
Modifier and Type | Method and Description |
---|---|
CMARichBlock |
CMARichBlock.setContent(java.util.List<CMARichNode> content)
Updates the old content by overwriting it with the new content.
|
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.