HtmlWriter.WriteParagraph Method

Namespace
Kampute.DocToolkit.IO.Writers
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes a paragraph using the provided delegate to write the content.
public override void WriteParagraph(Action<MarkupWriter> contentHandler)

Parameters

contentHandler Action<MarkupWriter>
The action to write the content of the paragraph.

Exceptions

ArgumentNullException
Thrown when contentHandler is null.