Uses of Class
io.keikai.doc.io.schema.docx.AbstractBody
-
Packages that use AbstractBody Package Description io.keikai.doc.io.schema.docx -
-
Uses of AbstractBody in io.keikai.doc.io.schema.docx
Subclasses of AbstractBody in io.keikai.doc.io.schema.docx Modifier and Type Class Description classAbstractHdrFtrInternal Use Only.classDOCXDocumentInternal Use Only.classDOCXFtrInternal Use Only.classDOCXHdrInternal Use Only.classDOCXTcInternal Use Only.Methods in io.keikai.doc.io.schema.docx that return AbstractBody Modifier and Type Method Description AbstractBodyDOCXP. getParent()AbstractBodyDOCXTbl. getParent()Constructors in io.keikai.doc.io.schema.docx with parameters of type AbstractBody Constructor Description DOCXP(org.apache.poi.xwpf.usermodel.XWPFParagraph xwpfParagraph, AbstractBody parent)Create a new Paragraph by given XWPFParagraph.DOCXTbl(org.apache.poi.xwpf.usermodel.XWPFTable xwpfTable, AbstractBody parent)Create a new Table by given XWPFTable.
-