TextFragment.IsolateTextSegments
TextFragment.IsolateTextSegments method
Gets TextSegment(s) representing specified part of the TextFragment text.
public TextSegmentCollection IsolateTextSegments(int startIndex, int length)
| Parameter | Type | Description |
|---|---|---|
| startIndex | Int32 | Position in text from which new TextSegment(s) will start. |
| length | Int32 | Length of the text that will isolated into TextSegment(s). |
Return Value
TextSegmentCollection containing text segments representing text substring starting at a specified position and having a specified length.
See Also
- class TextSegmentCollection
- class TextFragment
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF