Aspose::Pdf::Text::TextFragment::IsolateTextSegments метод
TextFragment::IsolateTextSegments method
Получает TextSegment(ы), представляющие указанную часть текста TextFragment.
System::SharedPtr<TextSegmentCollection> Aspose::Pdf::Text::TextFragment::IsolateTextSegments(int32_t startIndex, int32_t length)
| Параметр | Тип | Описание |
|---|---|---|
| startIndex | int32_t | Position в тексте, с которой начнётся новый TextSegment(ы). |
| length | int32_t | Длина текста, который будет изолирован в TextSegment(ы). |
ReturnValue
TextSegmentCollection containing text segments representing text substring starting at a specified position and having a specified length.
См. также
- Typedef SharedPtr
- Class TextSegmentCollection
- Class TextFragment
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++