Struct LineParsingInstruction
Contenu
[
Cacher
]LineParsingInstruction structure
Définit l’instruction LineParsing.
public struct LineParsingInstruction : IEquatable<LineParsingInstruction>
Propriétés
Nom | La description |
---|---|
Instruction { get; } | Obtenez l’instruction |
Méthodes
Nom | La description |
---|---|
Equals(LineParsingInstruction) | Comparez deux LineParsingInstruction |
override Equals(object) | Comparez deux LineParsingInstruction |
GetContentIndentation() | Définit l’interface pour obtenir l’indentation |
override GetHashCode() | remplace le GetHashCode |
GetTabsReservation() | Définit l’interface pour obtenir TabsReservation |
WithContentIndentation(int) | Définit l’interface pour get LineParsingInstruction |
WithTabsReservation(int) | Définit l’interface pour WithTabsReservation |
operator == | Remplace l’opérateur ==. |
operator != | Remplace l’opérateur !=. |
Des champs
Nom | La description |
---|---|
static readonly Continue | Le Continuer. |
static readonly NextLine | La ligne suivante. |
static readonly None | Aucune instruction LineParsing. |
Voir également
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax.Parser
- Assemblée Aspose.HTML