Método Aspose::Pdf::Text::TextFragment::IsolateTextSegments
TextFragment::IsolateTextSegments method
Obtiene TextSegment(s) que representan la parte especificada del texto del TextFragment.
System::SharedPtr<TextSegmentCollection> Aspose::Pdf::Text::TextFragment::IsolateTextSegments(int32_t startIndex, int32_t length)
| Parámetro | Tipo | Descripción |
|---|---|---|
| startIndex | int32_t | Position en el texto desde donde comenzarán los nuevos TextSegment(s). |
| length | int32_t | Longitud del texto que se aislará en TextSegment(s). |
ReturnValue
TextSegmentCollection containing text segments representing text substring starting at a specified position and having a specified length.
Ver también
- Typedef SharedPtr
- Class TextSegmentCollection
- Class TextFragment
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++