document library
Classes
- Document
- Rich text represented as a list of Paragraphs.
- DocumentBuilder
- Builds a Document. Can be used fluently with cascades.
- LineModifier
- Wraps a line to modify how it's displayed.
- LineParagraph
- Immutable representation of a line of rich text in a Document.
- Paragraph
- A paragraph in a Document. Is either a LineParagraph for rich text, or a ParagraphEmbed for other content.
- ParagraphEmbed
- Base class for paragraph embeds.
- ParagraphEmbedController
- Interface for controller of a ParagraphEmbed.
- UneditableEmbed
- Base class for embeds that cannot be edited.
Extensions
-
LineModifierX
on Iterable<
LineModifier> - Extension method to apply line modifiers to a widget.