Enumeration
RenderInlineContent
An inline content element.
enum RenderInlineContent
Discussion
Typically, a renderer will append inline elements to previous inline elements. Apart from simple content like an image or a piece of plain text, a renderer uses inline elements to style content.
These elements don’t introduce a break in their container’s layout flow like RenderBlockContent elements do.
[ Paragraph
[Text] [Strong [Text]] [Text] [Emphasize [Reference]] ...
]
- - - - - - - -
[ Paragraph
...
]
Inline elements can be nested, for example, an inline piece of text can be wrapped in an emphasis element. Block elements cannot be nested in inline elements.
Topics
Inline content types
Getting a plain text representation