Enum ParsingInstruction

Enum ParsingInstruction

Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Parser
Assembly: Aspose.HTML.dll (25.2.0)

The ParsingInstruction enum.

[ComVisible(true)]
[Flags]
public enum ParsingInstruction

Fields

Continue = 2

The Continue = 1 <<

Handled = 1

The Handled = 1 << 0

NextLine = 4

The NextLine = 1 << 2

None = 0

The None = 0