Uses of Class
io.keikai.doc.io.schema.docx.DOCXTbl
-
Packages that use DOCXTbl Package Description io.keikai.doc.io.schema.docx -
-
Uses of DOCXTbl in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXTbl Modifier and Type Method Description abstract DOCXTblAbstractBody. createTable()Create a new Table.DOCXTblAbstractHdrFtr. createTable()DOCXTblDOCXDocument. createTable()DOCXTblDOCXTc. createTable()DOCXTblDOCXTblPr. getParent()Returns the parent table.DOCXTblDOCXTr. getParent()DOCXTblDOCXTc. getTable(int pos)Get the Table by given position.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXTbl Modifier and Type Method Description voidDOCXTblPr. setParent(DOCXTbl parent)Sets the parent table.TIDOCXVisitor. visit(DOCXTbl table)Visit the given table.Constructors in io.keikai.doc.io.schema.docx with parameters of type DOCXTbl Constructor Description DOCXTblPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr, DOCXTbl parent)Create a new TableProperties by given CTTblPr.DOCXTr(org.apache.poi.xwpf.usermodel.XWPFTableRow xwpfTableRow, DOCXTbl parent)Create a new TableRow by given XWPFTableRow.
-