java - How to open word document at specific paragraph with poi? -
Required ...
We are reading word documents and received all the annotations from that document , And we are sending this document to the user, when the user opens the document which at that time should open the document with specific page specific paragraphs. (This specific page, paragraph space we can give it to, I can give the org.apache.poi.hwpf.usermodel.Range object.)
Please provide some example code to perform this functionality ...
Appreciate your help ...
using it There is no way Apache POI
The only way to think about Microsoft Word scroll when a document is opened, then a autoone
VBA macro The limit which selects the border must be included. For example, in order to select 9th paragraph, you must include the following VBA code (without even saying it works only if macros are enabled):
Public sub AutoOn (active) document. Paragraph (9). Ranges. Select sub sub
Comments
Post a Comment