Uses of Class
io.keikai.doc.io.schema.docx.DOCXTr
-
Packages that use DOCXTr Package Description io.keikai.doc.io.schema.docx -
-
Uses of DOCXTr in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXTr Modifier and Type Method Description DOCXTrDOCXTbl. createTableRow()Create a new TableRow under this Table.DOCXTrDOCXTc. getParent()DOCXTrDOCXTrPr. getParent()Returns the parent table row.DOCXTrDOCXTbl. getTableRow(int pos)Returns the TableRow at the specified position.Methods in io.keikai.doc.io.schema.docx that return types with arguments of type DOCXTr Modifier and Type Method Description java.util.List<DOCXTr>DOCXTbl. getTableRows()Returns the table rows.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXTr Modifier and Type Method Description voidDOCXTrPr. setParent(DOCXTr parent)Sets the parent table row.TIDOCXVisitor. visit(DOCXTr tableRow)Visit the given table row.Constructors in io.keikai.doc.io.schema.docx with parameters of type DOCXTr Constructor Description DOCXTc(org.apache.poi.xwpf.usermodel.XWPFTableCell xwpfTableCell, DOCXTr parent)Create a new TableCell by given XWPFTableCell.DOCXTrPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr, DOCXTr parent)Create a new TableRowProperties by given CTTrPr.
-