Struct LineParsingInstruction

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

IEquatable

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

LineParsingInstruction

NextLine

To je NextLine.

public static readonly LineParsingInstruction NextLine

Polní hodnota

LineParsingInstruction

None

Není to žádný linearní návod.

public static readonly LineParsingInstruction None

Polní hodnota

LineParsingInstruction

Properties

Instruction

Získejte instrukce

public ParsingInstruction Instruction { get; }

Hodnota nemovitosti

ParsingInstruction

Methods

Equals(LineParsingInstruction)

Srovnání dvou LineParsingInstrukce

public bool Equals(LineParsingInstruction other)

Parameters

other LineParsingInstruction

Využijte LineParsing instrukce.

Returns

bool

To je boolean.

Equals(Objekt)

Srovnání dvou LineParsingInstrukce

public override bool Equals(object obj)

Parameters

obj object

a předmětem.

Returns

bool

To je boolean.

GetContentIndentation()

Definuje rozhraní pro získání indentace

public int GetContentIndentation()

Returns

int

To je indentace.

GetHashCode()

Překročí GetHashCode

public override int GetHashCode()

Returns

int

To je instrukce.

GetTabsReservation()

Definuje rozhraní pro získání TabsRezervace

public int GetTabsReservation()

Returns

int

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

LineParsingInstruction

Využijte LineParsing instrukce.

WithTabsReservation(Int)

Definuje rozhraní pro WithTabsReservation

public LineParsingInstruction WithTabsReservation(int value)

Parameters

value int

Je to int hodnota.

Returns

LineParsingInstruction

Využijte LineParsing instrukce.

Operators

provozovatel =(LineParsingInstrukce, LineParsingInstrukce)

Překračuje = = provozovatel.

public static bool operator ==(LineParsingInstruction left, LineParsingInstruction right)

Parameters

left LineParsingInstruction

Levá linie s návodem.

right LineParsingInstruction

Právě správná linie.

Returns

bool

To je boolean.

Operátor !=(LineParsingInstrukce, LineParsingInstrukce)

Přejděte na provozovatele.

public static bool operator !=(LineParsingInstruction left, LineParsingInstruction right)

Parameters

left LineParsingInstruction

Levá linie s návodem.

right LineParsingInstruction

Právě správná linie.

Returns

bool

To je boolean.

 Čeština