MarkdownWriter.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
contentHandlerAction<MarkupWriter>- The action that writes the paragraph content.
Exceptions
- ArgumentNullException
- Thrown when
contentHandlerisnull.
