public class XWPFFooter extends XWPFHeaderFooter
POIXMLDocumentPart.RelationPart| Constructor and Description | 
|---|
XWPFFooter()  | 
XWPFFooter(POIXMLDocumentPart parent,
          PackagePart part)  | 
XWPFFooter(XWPFDocument doc,
          org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
commit()
save and commit footer 
 | 
BodyType | 
getPartType()
get the PartType of the body 
 | 
protected void | 
onDocumentRead()
Fired when a package part is read 
 | 
_getHdrFtr, addPictureData, addPictureData, clearHeaderFooter, createParagraph, createTable, getAllPackagePictures, getAllPictures, getBodyElements, getListParagraph, getOwner, getParagraph, getParagraphArray, getParagraphs, getPart, getPictureDataByID, getTable, getTableArray, getTableCell, getTables, getText, getXWPFDocument, insertNewParagraph, insertNewTbl, insertTable, prepareForCommit, readHdrFtr, removeParagraph, removeTable, setHeaderFooter, setXWPFDocument_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommitted, onDocumentCreate, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, removeRelation, setCommitted, toStringpublic XWPFFooter()
public XWPFFooter(XWPFDocument doc, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr) throws java.io.IOException
java.io.IOExceptionpublic XWPFFooter(POIXMLDocumentPart parent, PackagePart part) throws java.io.IOException
java.io.IOExceptionprotected void commit()
               throws java.io.IOException
commit in class POIXMLDocumentPartjava.io.IOException - a subclass may throw an IOException if the changes can't be committedprotected void onDocumentRead()
                       throws java.io.IOException
POIXMLDocumentPartonDocumentRead in class XWPFHeaderFooterjava.io.IOException - a subclass may throw an IOException when a document is readpublic BodyType getPartType()
IBody.getPartType()Copyright 2021 The Apache Software Foundation or its licensors, as applicable.