Uses of Class
io.keikai.doc.io.schema.docx.DOCXTc
-
Packages that use DOCXTc Package Description io.keikai.doc.io.schema.docx -
-
Uses of DOCXTc in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXTc Modifier and Type Method Description DOCXTcDOCXTr. createTableCell()Create a new TableCell under this TableRow.DOCXTcDOCXTcPr. getParent()Returns the parent table cell.Methods in io.keikai.doc.io.schema.docx that return types with arguments of type DOCXTc Modifier and Type Method Description java.util.List<DOCXTc>DOCXTr. getTableCells()Returns the table cells.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXTc Modifier and Type Method Description voidDOCXTcPr. setParent(DOCXTc parent)Sets the parent table cell.TIDOCXVisitor. visit(DOCXTc tableCell)Visit the given table cell.Constructors in io.keikai.doc.io.schema.docx with parameters of type DOCXTc Constructor Description DOCXTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr, DOCXTc parent)Create a new TableCellProperties by given CTTcPr.
-