Struct LineParsingInstruction
Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Parser
Assembly: Aspose.HTML.dll (25.2.0)
Defines the LineParsingInstruction.
[ComVisible(true)]
public struct LineParsingInstruction : IEquatable<lineparsinginstruction>
Implements
IEquatable<lineparsinginstruction>
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
Continue
The Continue.
public static readonly LineParsingInstruction Continue
Field Value
NextLine
The NextLine.
public static readonly LineParsingInstruction NextLine
Field Value
None
The None LineParsingInstruction.
public static readonly LineParsingInstruction None
Field Value
Properties
Instruction
Get the Instruction
public ParsingInstruction Instruction { get; }
Property Value
Methods
Equals(LineParsingInstruction)
Compare two LineParsingInstruction
public bool Equals(LineParsingInstruction other)
Parameters
other
LineParsingInstruction
The LineParsingInstruction.
Returns
The boolean.
Equals(object)
Compare two LineParsingInstruction
public override bool Equals(object obj)
Parameters
obj
object
The object.
Returns
The boolean.
GetContentIndentation()
Defines the interface for get indentation
public int GetContentIndentation()
Returns
The indentation.
GetHashCode()
Overrides the GetHashCode
public override int GetHashCode()
Returns
The Instruction.
GetTabsReservation()
Defines the interface for get TabsReservation
public int GetTabsReservation()
Returns
The reservation.
WithContentIndentation(int)
Defines the interface for get LineParsingInstruction
public LineParsingInstruction WithContentIndentation(int value)
Parameters
value
int
The int value.
Returns
The LineParsingInstruction.
WithTabsReservation(int)
Defines the interface for WithTabsReservation
public LineParsingInstruction WithTabsReservation(int value)
Parameters
value
int
The int value.
Returns
The LineParsingInstruction.
Operators
operator ==(LineParsingInstruction, LineParsingInstruction)
Overrides the == operator.
public static bool operator ==(LineParsingInstruction left, LineParsingInstruction right)
Parameters
The left LineParsingInstruction.
right
LineParsingInstruction
The right LineParsingInstruction.
Returns
The boolean.
operator !=(LineParsingInstruction, LineParsingInstruction)
Overrides the != operator.
public static bool operator !=(LineParsingInstruction left, LineParsingInstruction right)
Parameters
The left LineParsingInstruction.
right
LineParsingInstruction
The right LineParsingInstruction.
Returns
The boolean. </lineparsinginstruction>