You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am currently getting the current word using :
foreach (Word word in page.GetWords())
{
if (word.Text.ToLower().Contains(wordToFind.ToLower()))
Then if the word matches i need to get the next word to the current word , can some one tell me how to get the next word if the current word matches my search.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi , I am currently getting the current word using :
foreach (Word word in page.GetWords())
{
if (word.Text.ToLower().Contains(wordToFind.ToLower()))
Then if the word matches i need to get the next word to the current word , can some one tell me how to get the next word if the current word matches my search.
Thanks
Arkeneiv
Beta Was this translation helpful? Give feedback.
All reactions