ParagraphRenderer Class

A MAML renderer for ParagraphBlock.

Definition

Namespace: Sandcastle.Core.Markdown.Renderers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public sealed class ParagraphRenderer : HtmlObjectRenderer<ParagraphBlock>
Inheritance
Object    MarkdownObjectRendererHtmlRenderer, ParagraphBlock    HtmlObjectRendererParagraphBlock    ParagraphRenderer

Remarks

The MAML para element is used rather than the HTML p element as the presentation styles have some dependencies on the para element.

Constructors

ParagraphRendererInitializes a new instance of the ParagraphRenderer class

Properties

TryWriters Gets the optional writers attached to this instance.
(Inherited from MarkdownObjectRendererHtmlRenderer, ParagraphBlock)

Methods

Accept
(Inherited from MarkdownObjectRendererHtmlRenderer, ParagraphBlock)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write
(Inherited from MarkdownObjectRendererHtmlRenderer, ParagraphBlock)

See Also