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<Object>,IXWPFElement
Internal Use Only.
Header and Footer Definition.
Represents w:hdr and w:ftr in xml.
- Author:
- Jamson Chan
-
Field Summary
Fields inherited from class io.keikai.doc.io.schema.docx.AbstractBody
_bodyElements -
Constructor Summary
ConstructorsConstructorDescriptionAbstractHdrFtr(org.apache.poi.xwpf.usermodel.XWPFHeaderFooter xwpfHeaderFooter) Create a new instance ofAbstractHdrFtr. -
Method Summary
Modifier and TypeMethodDescriptionCreate a new Paragraph.Create a new Table.org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrgetCT()Returns the CT object of current element.Returns the parent element of current element.Methods inherited from class io.keikai.doc.io.schema.docx.AbstractBody
getBodyElements, getXWPFMethods inherited from class io.keikai.doc.io.schema.docx.AbstractVisitable
addTempData, getTempDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.keikai.doc.io.schema.docx.IDOCXVisitable
accept
-
Constructor Details
-
Method Details
-
getCT
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr getCT()Description copied from interface:ICTElementReturns the CT object of current element. -
getParent
Description copied from interface:IXWPFElementReturns the parent element of current element. -
createParagraph
Description copied from class:AbstractBodyCreate a new Paragraph.- Specified by:
createParagraphin classAbstractBody- Returns:
- the new Paragraph.
-
createTable
Description copied from class:AbstractBodyCreate a new Table.- Specified by:
createTablein classAbstractBody- Returns:
- the new Table.
-