[]
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
| 名前 | 説明 |
|---|---|
| TextMapFragment() | TextMapFragment クラスの新しいインスタンスを初期化します。 |
| TextMapFragment(TextLineFragment) | TextMapFragment の新しいインスタンスを初期化します。 |
| TextMapFragment(params TextLineFragment[]) | TextMapFragment の新しいインスタンスを初期化します。 |
| 名前 | 説明 |
|---|---|
| Add(TextMapFragment) | 別の TextMapFragment を追加します。 |
| AreSame(TextMapFragment, TextMapFragment) | 2つの TextMapFragment オブジェクトが同じかどうかを確認します。 |
| Normalize(ITextMap) | この TextMapFragment の正規化されたバージョンを作成します。
|