LineParsingInstruction Struct
LineParsingInstruction structure
Defines the LineParsingInstruction.
public struct LineParsingInstruction : IEquatable<LineParsingInstruction>
Properties
| Name | Description |
|---|---|
| getInstruction Get the Instruction |
Methods
| Name | Description |
|---|---|
| equals(LineParsingInstruction) | Compare two LineParsingInstruction |
| equals(object) | Compare two LineParsingInstruction |
| getContentIndentation() | Defines the interface for get indentation |
| 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
- package com.aspose.html.toolkit.markdown.syntax.parser
- package Aspose.HTML