class |
CDARichBlock |
A collection of several nodes.
|
class |
CDARichDocument |
The base of a rich text field, containing all the other nodes.
|
class |
CDARichEmbeddedBlock |
This node is an inline link to a CDAEntry
|
class |
CDARichEmbeddedInline |
This node is an inline link to a CDAEntry
|
class |
CDARichHeading |
Defines a headline of the text.
|
class |
CDARichHorizontalRule |
A node representing a division, called a horizontal rule.
|
class |
CDARichHyperLink |
This block represents a link to a website.
|
class |
CDARichList |
Parent class for all list classes
|
class |
CDARichListItem |
A block representing an item inside a list.
|
class |
CDARichOrderedList |
A list of elements, ordered by number.
|
class |
CDARichParagraph |
A paragraph of nodes, usually rendered together.
|
class |
CDARichQuote |
A block of nodes rendered as a direct quote.
|
class |
CDARichText |
A leaf element of the rich text node graph: Render a given text with the given markings.
|
class |
CDARichUnorderedList |
Representation of a block of unordered items.
|