TextRenderer

declslides.rendering.text.TextRenderer
object TextRenderer extends Renderer

Plain text renderer for validated presentations.

The text renderer produces a simple, readable textual representation of the deck. It is especially useful for debugging, quick inspection, or environments where HTML is unnecessary.

Attributes

Graph
Supertypes
trait Renderer
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def render(presentation: Presentation): Document

Renders the given presentation.

Renders the given presentation.

Attributes

Definition Classes

Concrete fields

The target render format for this renderer, specifying the label, file extension, and accepted input formats. This allows the rendering system to identify when to use this renderer based on the desired output format.

The target render format for this renderer, specifying the label, file extension, and accepted input formats. This allows the rendering system to identify when to use this renderer based on the desired output format.

Attributes

override val target: RenderFormat

Target format supported by this renderer.

Target format supported by this renderer.

Attributes