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