There is bookmark in our Word Document, and the input is the bookmark name.
I need To get meta-information of the bookmark, such as in which page, the x- and y- position, width and height, etc.
I can use following co…...properly: Bookmark bookmark = doc.getRange().getBookmarks().get(bookmarkName);...code: Document doc = new Document("C:\\Temp\\in.docx"); LayoutCollector...