Paragraph Renderer Class
A MAML renderer for ParagraphBlock.
Definition
Namespace: Sandcastle.Core.Markdown.Renderers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public sealed class ParagraphRenderer : HtmlObjectRenderer<ParagraphBlock>VB
Public NotInheritable Class ParagraphRenderer
Inherits HtmlObjectRenderer(Of ParagraphBlock)C++
public ref class ParagraphRenderer sealed : public HtmlObjectRenderer<ParagraphBlock^>F#
[<SealedAttribute>]
type ParagraphRenderer =
class
inherit HtmlObjectRenderer<ParagraphBlock>
end- 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
| ParagraphRenderer | Initializes 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Write | (Inherited from MarkdownObjectRendererHtmlRenderer, ParagraphBlock) |