[]
Represents a fragment of text in a ITextMap.
public class TextMapFragment : List<TextLineFragment>, IList<TextLineFragment>, ICollection<TextLineFragment>, IList, ICollection, IReadOnlyList<TextLineFragment>, IReadOnlyCollection<TextLineFragment>, IEnumerable<TextLineFragment>, IEnumerable
Public Class TextMapFragment
Inherits List(Of TextLineFragment)
Implements IList(Of TextLineFragment), ICollection(Of TextLineFragment), IList, ICollection, IReadOnlyList(Of TextLineFragment), IReadOnlyCollection(Of TextLineFragment), IEnumerable(Of TextLineFragment), IEnumerable
Name | Description |
---|---|
TextMapFragment() | Initializes a new instance of the TextMapFragment class. |
TextMapFragment(TextLineFragment) | Initializes a new instance of the TextMapFragment |
TextMapFragment(params TextLineFragment[]) | Initializes a new instance of the TextMapFragment |
Name | Description |
---|---|
Add(TextMapFragment) | Adds another TextMapFragment to this. |
AreSame(TextMapFragment, TextMapFragment) | Checks whether two TextMapFragment objects are the same. |
Normalize(ITextMap) | Creates a normalized version of this TextMapFragment, in which:
|