}
// Styles in endnotes, footnotes?
if (this.getEndNotesPart()!=null) {
log.debug("Looking at endnotes");
CTEndnotes endnotes= this.getEndNotesPart().getJaxbElement();
finder.walkJAXBElements(endnotes);
}
if (this.getFootnotesPart()!=null) {
log.debug("Looking at footnotes");
CTFootnotes footnotes= this.getFootnotesPart().getJaxbElement();