Uses of Class
org.wickedsource.docxstamper.api.coordinates.TableCellCoordinates
-
Packages that use TableCellCoordinates Package Description org.wickedsource.docxstamper.api.coordinates org.wickedsource.docxstamper.util.walk -
-
Uses of TableCellCoordinates in org.wickedsource.docxstamper.api.coordinates
Methods in org.wickedsource.docxstamper.api.coordinates that return TableCellCoordinates Modifier and Type Method Description TableCellCoordinatesParagraphCoordinates. getParentTableCellCoordinates()TableCellCoordinatesTableCoordinates. getParentTableCellCoordinates()Constructors in org.wickedsource.docxstamper.api.coordinates with parameters of type TableCellCoordinates Constructor Description ParagraphCoordinates(org.docx4j.wml.P paragraph, int index, TableCellCoordinates parentTableCellCoordinates)TableCoordinates(org.docx4j.wml.Tbl table, int index, TableCellCoordinates parentTableCellCoordinates) -
Uses of TableCellCoordinates in org.wickedsource.docxstamper.util.walk
Methods in org.wickedsource.docxstamper.util.walk with parameters of type TableCellCoordinates Modifier and Type Method Description protected voidBaseCoordinatesWalker. onTableCell(TableCellCoordinates tableCellCoordinates)protected abstract voidCoordinatesWalker. onTableCell(TableCellCoordinates tableCellCoordinates)
-