Reading word document end note to check whether it is end of section
or end of document
word.JPG (104.1 KB)
Document doc = new Document("D:/NEW.docx");
doc.getEndnoteOptions().getPosition();
getPostion
is not available in getEndnoteOptions
where as in API Doc found that we can get it using getPostion
method.
Please help! How to find the end note is end of document or end of section.