Package io.keikai.doc.io.schema.docx
Class DOCXHdr
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.DOCXHdr
- All Implemented Interfaces:
ICTElement,IDOCXVisitable<Object>,IXWPFElement
Internal Use Only.
Header Definition.
Represents w:hdr in xml.
- Author:
- Jamson Chan
-
Field Summary
Fields inherited from class io.keikai.doc.io.schema.docx.AbstractBody
_bodyElements -
Constructor Summary
ConstructorsConstructorDescriptionDOCXHdr(org.apache.poi.xwpf.usermodel.XWPFHeader xwpfHeader) Create a new Header by given XWPFHeader. -
Method Summary
Modifier and TypeMethodDescriptionaccept(IDOCXVisitor visitor) Accepts a visitor.org.apache.poi.xwpf.usermodel.XWPFHeadergetXWPF()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
-
DOCXHdr
public DOCXHdr(org.apache.poi.xwpf.usermodel.XWPFHeader xwpfHeader) Create a new Header by given XWPFHeader.- Parameters:
xwpfHeader- the XWPFHeader object.
-
-
Method Details
-
accept
Description copied from interface:IDOCXVisitableAccepts a visitor. -
getXWPF
public org.apache.poi.xwpf.usermodel.XWPFHeader getXWPF()Description copied from interface:IXWPFElementReturns the XWPF object of current element.- Specified by:
getXWPFin interfaceIXWPFElement- Overrides:
getXWPFin classAbstractBody
-