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<java.lang.Object>,IXWPFElement
public abstract class AbstractBodyElement extends AbstractVisitable
Internal Use Only.Represents paragraph or table element.
- Author:
- Jamson Chan
-
-
Constructor Summary
Constructors Constructor Description AbstractBodyElement()
-
Method Summary
-
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.ICTElement
getCT
-
Methods inherited from interface io.keikai.doc.io.schema.docx.IDOCXVisitable
accept
-
Methods inherited from interface io.keikai.doc.io.schema.docx.IXWPFElement
getParent, getXWPF
-
-