| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeContentBlock |
| Modifier and Type | Method and Description |
|---|---|
List<ContentBlock> |
Document.getContentBlocks() |
List<ContentBlock> |
NodeContentBlock.getContentBlocks() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Document.addContentBlock(ContentBlock contentBlock) |
default void |
NodeContentBlock.addContentBlock(ContentBlock contentBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setContentBlocks(List<ContentBlock> contentBlocks) |
void |
NodeContentBlock.setContentBlocks(List<ContentBlock> contentBlocks) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Blockquote |
interface |
BulletList |
interface |
CodeBlock |
interface |
HardBreak |
interface |
Heading |
interface |
IFrame |
interface |
ListItem |
interface |
OrderedList |
interface |
Paragraph |
interface |
Text |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentBlockImpl |
class |
ContentBlockWithAttributesImpl |
class |
NodeContentBlockImpl |
class |
NodeContentBlockWithAttributesImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentBlock> |
NodeContentBlockImpl.contentBlocks |
| Modifier and Type | Method and Description |
|---|---|
List<ContentBlock> |
NodeContentBlockImpl.getContentBlocks() |
List<ContentBlock> |
DocumentImpl.getContentBlocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeContentBlockImpl.addContentBlock(ContentBlock contentBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeContentBlockImpl.setContentBlocks(List<ContentBlock> contentBlocks) |
void |
DocumentImpl.setContentBlocks(List<ContentBlock> contentBlocks) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockquoteImpl |
class |
BulletListImpl |
class |
CodeBlockImpl |
class |
HardBreakImpl |
class |
HeadingImpl |
class |
IFrameImpl |
class |
ListItemImpl |
class |
OrderedListImpl |
class |
ParagraphImpl |
class |
TextImpl |
Copyright © 2019. All rights reserved.