Package io.keikai.doc.io.schema.docx
Class AbstractBodyElement
java.lang.Object
io.keikai.doc.io.schema.docx.AbstractVisitable
io.keikai.doc.io.schema.docx.AbstractBodyElement
- All Implemented Interfaces:
ICTElement,IDOCXVisitable<Object>,IXWPFElement
Internal Use Only.
Represents paragraph or table element.
- Author:
- Jamson Chan
-
Constructor Summary
Constructors -
Method Summary
Methods 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.ICTElement
getCTMethods inherited from interface io.keikai.doc.io.schema.docx.IDOCXVisitable
acceptMethods inherited from interface io.keikai.doc.io.schema.docx.IXWPFElement
getParent, getXWPF
-
Constructor Details
-
AbstractBodyElement
public AbstractBodyElement()
-