| Package | Description |
|---|---|
| io.prismic |
| Modifier and Type | Class and Description |
|---|---|
static class |
Fragment.StructuredText.Span.Em |
static class |
Fragment.StructuredText.Span.Hyperlink |
static class |
Fragment.StructuredText.Span.Label |
static class |
Fragment.StructuredText.Span.Strong |
| Modifier and Type | Method and Description |
|---|---|
List<Fragment.StructuredText.Span> |
Fragment.StructuredText.Block.Text.getSpans() |
List<Fragment.StructuredText.Span> |
Fragment.StructuredText.Block.Heading.getSpans() |
List<Fragment.StructuredText.Span> |
Fragment.StructuredText.Block.Paragraph.getSpans() |
List<Fragment.StructuredText.Span> |
Fragment.StructuredText.Block.Preformatted.getSpans() |
List<Fragment.StructuredText.Span> |
Fragment.StructuredText.Block.ListItem.getSpans() |
| Constructor and Description |
|---|
Heading(String text,
List<Fragment.StructuredText.Span> spans,
int level,
String label) |
ListItem(String text,
List<Fragment.StructuredText.Span> spans,
boolean ordered,
String label) |
Paragraph(String text,
List<Fragment.StructuredText.Span> spans,
String label) |
Preformatted(String text,
List<Fragment.StructuredText.Span> spans,
String label) |
Copyright © 2014. All rights reserved.