MarkupWriter.WriteStrong Method
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
| MarkupWriter.WriteStrong(Action<MarkupWriter>) | Writes a strong emphasis in the format of the target document using an optional delegate to write the content. |
| MarkupWriter.WriteStrong(string) | Writes a strong emphasis in the format of the target document using the specified text. |
MarkupWriter.WriteStrong(Action<MarkupWriter>)
Writes a strong emphasis in the format of the target document using an optional delegate to write the content.
public abstract void WriteStrong(Action<MarkupWriter> contentHandler)Parameters
contentHandlerAction<MarkupWriter>- The action to write the content of the strong emphasis.
MarkupWriter.WriteStrong(string)
Writes a strong emphasis in the format of the target document using the specified text.
public void WriteStrong(string text)Parameters
textstring- The text of the strong emphasis.
