Enum ParsingInstruction
ParsingInstruction enumeration
Die ParsingInstruction-Aufzählung.
[Flags]
public enum ParsingInstruction
Werte
Name | Wert | Beschreibung |
---|---|---|
None | 0 | Die Keine = 0 |
Handled | 1 | Die Behandelten = 1 << 0 |
Continue | 2 | Weiter = 1 << |
NextLine | 4 | Die nächste Zeile = 1 << 2 |
Siehe auch
- namensraum Aspose.Html.Toolkit.Markdown.Syntax.Parser
- Montage Aspose.HTML