TextFragmentIsolateTextSegments Method |
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic TextSegmentCollection IsolateTextSegments(
int startIndex,
int length
)
Public Function IsolateTextSegments (
startIndex As Integer,
length As Integer
) As TextSegmentCollection
public:
TextSegmentCollection^ IsolateTextSegments(
int startIndex,
int length
)
member IsolateTextSegments :
startIndex : int *
length : int -> TextSegmentCollection
Parameters
- startIndex
- Type: SystemInt32
Position in text from which new TextSegment(s) will start. - length
- Type: SystemInt32
Length of the text that will isolated into TextSegment(s).
Return Value
Type:
TextSegmentCollectionTextSegmentCollection containing text segments represeting text substring starting at a specifing position and having a specified length.
See Also