public static interface Fragment.StructuredText.Block extends Fragment.StructuredText.Element
| Modifier and Type | Interface 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 |
static interface |
Fragment.StructuredText.Block.Text |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String getLabel()
Copyright © 2015. All rights reserved.