ParsingInstruction Enum
ParsingInstruction enumeration
The ParsingInstruction enum.
[Flags]
public enum ParsingInstruction
Values
Name | Value | Description |
---|---|---|
None | 0 | The None = 0 |
Handled | 1 | The Handled = 1 << 0 |
Continue | 2 | The Continue = 1 << |
NextLine | 4 | The NextLine = 1 << 2 |
See Also
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assembly Aspose.HTML