success &= deleteLinkRef(slideElement);
//2.the reference of the style is 1, then remove it
//in order to save time, do not delete the style here
success &= deleteStyleRef(slideElement);
//remove the current page element
contentRoot.removeChild(slideElement);
adjustNotePageNumber(index);
return success;
}
private boolean deleteStyleRef(DrawPageElement slideEle) {