[]
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
| 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:
|