new XWPFHeaderFooterPolicy(document, ctSectPr);
extractHeaders(xhtml, headerFooterPolicy);
}
XWPFParagraphDecorator decorator = new XWPFCommentsDecorator(
new XWPFHyperlinkDecorator(paragraph, null, true));
CTBookmark[] bookmarks = paragraph.getCTP().getBookmarkStartArray();
for (CTBookmark bookmark : bookmarks) {
xhtml.element("p", bookmark.getName());
}