| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ContentBlockNode |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContentBlock> |
ContentBlockNode.getContentBlocks() |
|
java.util.List<ContentBlock> |
StructuredContent.getContentBlocks() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
ContentBlockNode.addContentBlock(ContentBlock contentBlock) |
|
default void |
StructuredContent.addContentBlock(ContentBlock contentBlock) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContentBlockNode.setContentBlocks(java.util.List<ContentBlock> contentBlocks) |
|
void |
StructuredContent.setContentBlocks(java.util.List<ContentBlock> contentBlocks) |
| Modifier and Type | Interface | 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 | Description |
|---|---|---|
class |
ContentBlockImpl |
|
class |
ContentBlockNodeImpl |
|
class |
ContentBlockNodeWithAttributesImpl |
|
class |
ContentBlockWithAttributesImpl |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<ContentBlock> |
ContentBlockNodeImpl.contentBlocks |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContentBlock> |
ContentBlockNodeImpl.getContentBlocks() |
|
java.util.List<ContentBlock> |
StructuredContentImpl.getContentBlocks() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContentBlockNodeImpl.addContentBlock(ContentBlock contentBlock) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContentBlockNodeImpl.setContentBlocks(java.util.List<ContentBlock> contentBlocks) |
|
void |
StructuredContentImpl.setContentBlocks(java.util.List<ContentBlock> contentBlocks) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BlockquoteImpl |
|
class |
BulletListImpl |
|
class |
CodeBlockImpl |
|
class |
HardBreakImpl |
|
class |
HeadingImpl |
|
class |
IFrameImpl |
|
class |
ListItemImpl |
|
class |
OrderedListImpl |
|
class |
ParagraphImpl |
|
class |
TextImpl |
Copyright © 2018. All rights reserved.