Struct LineParsingInstruction
LineParsingInstruction structure
Definisce l’istruzione LineParsing.
public struct LineParsingInstruction : IEquatable<LineParsingInstruction>
Proprietà
Nome | Descrizione |
---|---|
Instruction { get; } | Ottieni le istruzioni |
Metodi
Nome | Descrizione |
---|---|
Equals(LineParsingInstruction) | Confronta due LineParsingInstruction |
override Equals(object) | Confronta due LineParsingInstruction |
GetContentIndentation() | Definisce l’interfaccia per ottenere indentazione |
override GetHashCode() | Sostituisce GetHashCode |
GetTabsReservation() | Definisce l’interfaccia per ottenere TabsReservation |
WithContentIndentation(int) | Definisce l’interfaccia per ottenere LineParsingInstruction |
WithTabsReservation(int) | Definisce l’interfaccia per WithTabsReservation |
operator == | Sostituisce l’operatore ==. |
operator != | Sostituisce l’operatore !=. |
Campi
Nome | Descrizione |
---|---|
static readonly Continue | Il Continua. |
static readonly NextLine | La linea successiva. |
static readonly None | L’istruzione None LineParsing. |
Guarda anche
- spazio dei nomi Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assemblea Aspose.HTML