Package io.keikai.doc.io.schema.docx
Class DOCXFtr
java.lang.Object
io.keikai.doc.io.schema.docx.AbstractVisitable
io.keikai.doc.io.schema.docx.AbstractBody
io.keikai.doc.io.schema.docx.AbstractHdrFtr
io.keikai.doc.io.schema.docx.DOCXFtr
- All Implemented Interfaces:
ICTElement,IDOCXVisitable<Object>,IXWPFElement
Internal Use Only.
Footer Definition.
Represents w:ftr in xml.
- Author:
- Jamson Chan
-
Field Summary
Fields inherited from class io.keikai.doc.io.schema.docx.AbstractBody
_bodyElements -
Constructor Summary
ConstructorsConstructorDescriptionDOCXFtr(org.apache.poi.xwpf.usermodel.XWPFFooter xwpfFooter) Create a new Footer by given XWPFFooter. -
Method Summary
Modifier and TypeMethodDescriptionaccept(IDOCXVisitor visitor) Accepts a visitor.org.apache.poi.xwpf.usermodel.XWPFFootergetXWPF()Returns the XWPF object of current element.Methods inherited from class io.keikai.doc.io.schema.docx.AbstractHdrFtr
createParagraph, createTable, getCT, getParentMethods inherited from class io.keikai.doc.io.schema.docx.AbstractBody
getBodyElementsMethods inherited from class io.keikai.doc.io.schema.docx.AbstractVisitable
addTempData, getTempData
-
Constructor Details
-
Method Details
-
accept
Description copied from interface:IDOCXVisitableAccepts a visitor. -
getXWPF
public org.apache.poi.xwpf.usermodel.XWPFFooter getXWPF()Description copied from interface:IXWPFElementReturns the XWPF object of current element.- Specified by:
getXWPFin interfaceIXWPFElement- Overrides:
getXWPFin classAbstractBody
-