Package io.keikai.doc.io.schema.docx
Class AbstractHdrFtr
- java.lang.Object
-
- io.keikai.doc.io.schema.docx.AbstractVisitable
-
- io.keikai.doc.io.schema.docx.AbstractBody
-
- io.keikai.doc.io.schema.docx.AbstractHdrFtr
-
- All Implemented Interfaces:
ICTElement,IDOCXVisitable<java.lang.Object>,IXWPFElement
public abstract class AbstractHdrFtr extends AbstractBody
Internal Use Only.Header and Footer Definition.
Represents
w:hdrandw:ftrin xml.- Author:
- Jamson Chan
-
-
Field Summary
-
Fields inherited from class io.keikai.doc.io.schema.docx.AbstractBody
_bodyElements
-
-
Constructor Summary
Constructors Constructor Description AbstractHdrFtr(org.apache.poi.xwpf.usermodel.XWPFHeaderFooter xwpfHeaderFooter)Create a new instance ofAbstractHdrFtr.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DOCXPcreateParagraph()Create a new Paragraph.DOCXTblcreateTable()Create a new Table.org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrgetCT()Returns the CT object of current element.IXWPFElementgetParent()Returns the parent element of current element.-
Methods inherited from class io.keikai.doc.io.schema.docx.AbstractBody
getBodyElements, getXWPF
-
Methods inherited from class io.keikai.doc.io.schema.docx.AbstractVisitable
addTempData, getTempData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.doc.io.schema.docx.IDOCXVisitable
accept
-
-
-
-
Constructor Detail
-
AbstractHdrFtr
public AbstractHdrFtr(org.apache.poi.xwpf.usermodel.XWPFHeaderFooter xwpfHeaderFooter)
Create a new instance ofAbstractHdrFtr.- Parameters:
xwpfHeaderFooter-XWPFHeaderFooter.
-
-
Method Detail
-
getCT
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr getCT()
Description copied from interface:ICTElementReturns the CT object of current element.
-
getParent
public IXWPFElement getParent()
Description copied from interface:IXWPFElementReturns the parent element of current element.
-
createParagraph
public DOCXP createParagraph()
Description copied from class:AbstractBodyCreate a new Paragraph.- Specified by:
createParagraphin classAbstractBody- Returns:
- the new Paragraph.
-
createTable
public DOCXTbl createTable()
Description copied from class:AbstractBodyCreate a new Table.- Specified by:
createTablein classAbstractBody- Returns:
- the new Table.
-
-