Hello, I am developing writer based application using java,oo sdk and netbeans. In this application object has to travels from starting of document up to end of document. While moving it may come across different txt contents,images,tables,graphs etc... Now this object has to access only text contents its properties(like font,bold,size etc),it may from tables or graphs etc. After getting I am replacing it with some other text then it should be replace with at exact positions with as per its previous properties. Can anybody guide me for how to do this?
-- Thanks and Regards, Dinesh