MarkdownTextWriter Class
Contents
[
Hide
]MarkdownTextWriter class
Represent the Markdown text writer
public sealed class MarkdownTextWriter : TextWriter
Constructors
| Name | Description |
|---|---|
| MarkdownTextWriter(Stream) | Initializes a new instance of an MarkdownTextWriter. |
| MarkdownTextWriter(string) | Initializes a new instance of an MarkdownTextWriter. |
| MarkdownTextWriter(TextWriter) | Initializes a new instance of an MarkdownTextWriter. |
| MarkdownTextWriter(string, bool) | Initializes a new instance of an MarkdownTextWriter. |
Properties
| Name | Description |
|---|---|
| override Encoding { get; } | Get the encoding. |
| virtual FormatProvider { get; } | |
| virtual NewLine { get; set; } |
Methods
| Name | Description |
|---|---|
| override Flush() | Clears all buffers for the current writer and causes any buffered data to be written to the underlying device. |
| override Write(char) | Defines the interface for write character. |
See Also
- namespace Aspose.Html.Toolkit.Markdown.Syntax
- assembly Aspose.HTML