[]
Represents a text fragment that can be selected, e.g. as used by SelectTextFragment(C1TextFragment) method.
public class C1TextFragment
| Name | Description |
|---|---|
| C1TextFragment(int, int, int) | Initializes a new instance of the C1TextFragment class. |
| Name | Description |
|---|---|
| Length | Fragment's length. |
| PageIdx | 0-based page index. |
| Prefix | Text preceding the fragment. |
| StartPos | Fragment's start position. |
| Suffix | Text following the fragment. |
| Text | The fragment's text. |