Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IMultimediaTextRenderer.cs
1using System.Threading.Tasks;
4
6{
11 {
20 Task RenderText(TextRenderer Renderer, MultimediaItem[] Items, ChunkedList<MarkdownElement> ChildNodes, bool AloneInParagraph,
21 MarkdownDocument Document);
22 }
23}
Contains a markdown document. This markdown document class supports original markdown,...
Abstract base class for Markdown renderers.
Definition: Renderer.cs:15
Renders plain text from a Markdown document.
Definition: TextRenderer.cs:18
A chunked list is a linked list of chunks of objects of type T .
Definition: ChunkedList.cs:54
Interface for multimedia content renderers.
Interface for multimedia content plain text renderers.
Task RenderText(TextRenderer Renderer, MultimediaItem[] Items, ChunkedList< MarkdownElement > ChildNodes, bool AloneInParagraph, MarkdownDocument Document)
Generates plain text for the multimedia content.