Struct LineParsingInstruction
Název místa: Aspose.Html.Toolkit.Markdown.Syntax.Parser Sbírka: Aspose.HTML.dll (25.4.0)
Definuje LineParsingInstrukce.
[ComVisible(true)]
public struct LineParsingInstruction : IEquatable<lineparsinginstruction>
Implements
Dědiční členové
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Fields
Continue
A to pokračován.
public static readonly LineParsingInstruction Continue
Polní hodnota
NextLine
To je NextLine.
public static readonly LineParsingInstruction NextLine
Polní hodnota
None
Není to žádný linearní návod.
public static readonly LineParsingInstruction None
Polní hodnota
Properties
Instruction
Získejte instrukce
public ParsingInstruction Instruction { get; }
Hodnota nemovitosti
Methods
Equals(LineParsingInstruction)
Srovnání dvou LineParsingInstrukce
public bool Equals(LineParsingInstruction other)
Parameters
other
LineParsingInstruction
Využijte LineParsing instrukce.
Returns
To je boolean.
Equals(Objekt)
Srovnání dvou LineParsingInstrukce
public override bool Equals(object obj)
Parameters
obj
object
a předmětem.
Returns
To je boolean.
GetContentIndentation()
Definuje rozhraní pro získání indentace
public int GetContentIndentation()
Returns
To je indentace.
GetHashCode()
Překročí GetHashCode
public override int GetHashCode()
Returns
To je instrukce.
GetTabsReservation()
Definuje rozhraní pro získání TabsRezervace
public int GetTabsReservation()
Returns
Na rezervaci je.
WithContentIndentation(Int)
Definuje rozhraní pro získání LineParsingInstrukce
public LineParsingInstruction WithContentIndentation(int value)
Parameters
value
int
Je to int hodnota.
Returns
Využijte LineParsing instrukce.
WithTabsReservation(Int)
Definuje rozhraní pro WithTabsReservation
public LineParsingInstruction WithTabsReservation(int value)
Parameters
value
int
Je to int hodnota.
Returns
Využijte LineParsing instrukce.
Operators
provozovatel =(LineParsingInstrukce, LineParsingInstrukce)
Překračuje = = provozovatel.
public static bool operator ==(LineParsingInstruction left, LineParsingInstruction right)
Parameters
Levá linie s návodem.
right
LineParsingInstruction
Právě správná linie.
Returns
To je boolean.
Operátor !=(LineParsingInstrukce, LineParsingInstrukce)
Přejděte na provozovatele.
public static bool operator !=(LineParsingInstruction left, LineParsingInstruction right)
Parameters
Levá linie s návodem.
right
LineParsingInstruction
Právě správná linie.
Returns
To je boolean.