-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request - return TableCell #1
Comments
Hey @svvparakala, i have made a solution to get a Pointer (XmlCursor) were the bookmark has been found i have Wrapped the wrapper : Code is below : `public class TextReplacerWrapper extends TextReplacer {
}` and `public class WordReplacerWrapper extends WordReplacer {
}` This allow you to :
`
|
Is there some way to have the method replaceWordsinTables not just replace the word, but also return the location of the table cell in which the replaced word was found? I would like to do some custom formatting on it, and instead of having to search for that specific table cell again just use the return value to edit it.
The text was updated successfully, but these errors were encountered: