I need to dynamically read the text from .txt
file, I will find the particular text is X value starting position and ending position of the text. let example is, assume that following text read from .txt
files
Christine S. Wheatley, Vice Pres./Senior Counsel/Assistant Secretary
and assume that X value starting position is 175 and ending position is 370. Here, there is one more line will start the X position from 350 so my text will overlapped on the line, so the text X's end position within 350 suppose, the would be overlapped that, the particular text will go and start next line.
give me some help code how can I achieve that