| Package | Description |
|---|---|
| com.io7m.jstructural.annotated |
| Modifier and Type | Class and Description |
|---|---|
class |
SAFootnote
A footnote element.
|
class |
SAFormalItemList
A list of formal items of a given kind.
|
class |
SAImage
An image.
|
class |
SALink
A link to an internal document element.
|
class |
SALinkExternal
A link to an external resource
|
class |
SAListOrdered
An ordered list element.
|
class |
SAListUnordered
An unordered list element.
|
class |
SATable
A table.
|
class |
SATerm
A simple term.
|
class |
SAText
A text element.
|
class |
SAVerbatim
A verbatim text element.
|
| Modifier and Type | Method and Description |
|---|---|
SNonEmptyList<SAParagraphContent> |
SAParagraph.getContent() |
| Constructor and Description |
|---|
SAParagraph(SAParagraphNumber in_number,
com.io7m.jaux.functional.Option<String> in_type,
SNonEmptyList<SAParagraphContent> in_content,
com.io7m.jaux.functional.Option<SAID> in_id)
Construct a new paragraph.
|
Copyright © 2014. All rights reserved.