| Package | Description |
|---|---|
| io.prismic |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Fragment.StructuredText.Block.Text |
| Modifier and Type | Class and Description |
|---|---|
static class |
Fragment.StructuredText.Block.Embed
An embed within a StructuredText
|
static class |
Fragment.StructuredText.Block.Heading |
static class |
Fragment.StructuredText.Block.Image
An image within a StructuredText
|
static class |
Fragment.StructuredText.Block.ListItem
A listitem, typically a "li" tag within a "ul" or "ol" (whether the ordered property is true or not)
|
static class |
Fragment.StructuredText.Block.Paragraph |
static class |
Fragment.StructuredText.Block.Preformatted |
| Modifier and Type | Method and Description |
|---|---|
List<Fragment.StructuredText.Block> |
Fragment.StructuredText.getBlocks() |
| Modifier and Type | Method and Description |
|---|---|
String |
Fragment.StructuredText.asHtml(Fragment.StructuredText.Block block,
DocumentLinkResolver linkResolver,
HtmlSerializer htmlSerializer) |
| Modifier and Type | Method and Description |
|---|---|
String |
Fragment.StructuredText.asHtml(List<Fragment.StructuredText.Block> blocks,
DocumentLinkResolver linkResolver,
HtmlSerializer htmlSerializer) |
| Constructor and Description |
|---|
StructuredText(List<Fragment.StructuredText.Block> blocks) |
Copyright © 2015. All rights reserved.