public class FootnoteSeparatorCollection
extends java.lang.Object
implements java.lang.Cloneable, java.lang.Iterable
Examples:
Shows how to remove endnote separator.
Document doc = new Document(getMyDir() + "Footnotes and endnotes.docx");
FootnoteSeparator endnoteSeparator = doc.getFootnoteSeparators().getByFootnoteSeparatorType(FootnoteSeparatorType.ENDNOTE_SEPARATOR);
// Remove endnote separator.
endnoteSeparator.getFirstParagraph().getFirstChild().remove();
| Modifier and Type | Method and Description |
|---|---|
FootnoteSeparator |
getByFootnoteSeparatorType(int separatorType) |
java.util.Iterator |
iterator() |
protected java.lang.Object |
memberwiseClone() |
public FootnoteSeparator getByFootnoteSeparatorType(int separatorType)
public java.util.Iterator iterator()
iterator in interface java.lang.Iterableprotected java.lang.Object memberwiseClone()