LineParsingInstruction Struct
LineParsingInstruction structure
Defines the LineParsingInstruction.
public struct LineParsingInstruction : IEquatable<LineParsingInstruction>
Properties
Name | Description |
---|---|
Instruction { get; } | Get the Instruction |
Methods
Name | Description |
---|---|
Equals(LineParsingInstruction) | Compare two LineParsingInstruction |
override Equals(object) | Compare two LineParsingInstruction |
GetContentIndentation() | Defines the interface for get indentation |
override GetHashCode() | Overrides the GetHashCode |
GetTabsReservation() | Defines the interface for get TabsReservation |
WithContentIndentation(int) | Defines the interface for get LineParsingInstruction |
WithTabsReservation(int) | Defines the interface for WithTabsReservation |
operator == | |
operator != |
Fields
Name | Description |
---|---|
static readonly Continue | The Continue. |
static readonly NextLine | The NextLine. |
static readonly None | The None LineParsingInstruction. |
See Also
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assembly Aspose.HTML