Aspose::Pdf::Text::TextFragment::IsolateTextSegments method
TextFragment::IsolateTextSegments method
Gets TextSegment(s) representing specified part of the TextFragment text.
System::SharedPtr<TextSegmentCollection> Aspose::Pdf::Text::TextFragment::IsolateTextSegments(int32_t startIndex, int32_t length)
| Parameter | Type | Description |
|---|---|---|
| startIndex | int32_t | Position in text from which new TextSegment(s) will start. |
| length | int32_t | Length of the text that will isolated into TextSegment(s). |
ReturnValue
TextSegmentCollection containing text segments representing text substring starting at a specified position and having a specified length.
See Also
- Typedef SharedPtr
- Class TextSegmentCollection
- Class TextFragment
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++