Package org.apache.poi.xwpf.usermodel
Class XWPFAbstractFootnotesEndnotes
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xwpf.usermodel.XWPFAbstractFootnotesEndnotes
- Direct Known Subclasses:
XWPFEndnotes
,XWPFFootnotes
Base class for the Footnotes and Endnotes part implementations.
- Since:
- 4.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XWPFDocument
protected List<XWPFAbstractFootnoteEndnote>
-
Constructor Summary
ConstructorsConstructorDescriptionXWPFAbstractFootnotesEndnotes
(POIXMLDocumentPart parent, PackagePart part) XWPFAbstractFootnotesEndnotes
(OPCPackage pkg, String coreDocumentRel) -
Method Summary
Modifier and TypeMethodDescriptiongetFootnoteById
(int id) void
setIdManager
(FootnoteEndnoteIdManager footnoteIdManager) void
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommited, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommited, toString
-
Field Details
-
document
-
listFootnote
-
-
Constructor Details
-
XWPFAbstractFootnotesEndnotes
-
XWPFAbstractFootnotesEndnotes
-
XWPFAbstractFootnotesEndnotes
public XWPFAbstractFootnotesEndnotes() -
XWPFAbstractFootnotesEndnotes
-
XWPFAbstractFootnotesEndnotes
-
-
Method Details
-
getFootnoteById
-
getXWPFDocument
- See Also:
-
setXWPFDocument
-
setIdManager
-
getIdManager
-