public interface IFindResultCallback
Callback interface used to getting search text result.
| Modifier and Type | Method and Description |
|---|---|
void |
foundResult(ITextFrame textFrame,
java.lang.String sourceText,
java.lang.String foundText,
int textPosition)
Callback method that receives data about the found text.
|
void foundResult(ITextFrame textFrame, java.lang.String sourceText, java.lang.String foundText, int textPosition)
Callback method that receives data about the found text.
textFrame - The ITextFrame in which the text was found.sourceText - The source text in which the text was found.foundText - The found text.textPosition - The position of the found text.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.