Uses of Class
org.wickedsource.docxstamper.api.coordinates.TableCellCoordinates
Packages that use TableCellCoordinates
Package
Description
-
Uses of TableCellCoordinates in org.wickedsource.docxstamper.api.coordinates
Methods in org.wickedsource.docxstamper.api.coordinates that return TableCellCoordinatesModifier and TypeMethodDescriptionParagraphCoordinates.getParentTableCellCoordinates()TableCoordinates.getParentTableCellCoordinates()Constructors in org.wickedsource.docxstamper.api.coordinates with parameters of type TableCellCoordinatesModifierConstructorDescriptionParagraphCoordinates(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 TableCellCoordinatesModifier and TypeMethodDescriptionprotected voidBaseCoordinatesWalker.onTableCell(TableCellCoordinates tableCellCoordinates) protected abstract voidCoordinatesWalker.onTableCell(TableCellCoordinates tableCellCoordinates)