Uses of Class
org.wickedsource.docxstamper.api.coordinates.TableRowCoordinates
-
Packages that use TableRowCoordinates Package Description org.wickedsource.docxstamper.api.coordinates org.wickedsource.docxstamper.util org.wickedsource.docxstamper.util.walk -
-
Uses of TableRowCoordinates in org.wickedsource.docxstamper.api.coordinates
Methods in org.wickedsource.docxstamper.api.coordinates that return TableRowCoordinates Modifier and Type Method Description TableRowCoordinatesTableCellCoordinates. getParentTableRowCoordinates()Constructors in org.wickedsource.docxstamper.api.coordinates with parameters of type TableRowCoordinates Constructor Description TableCellCoordinates(org.docx4j.wml.Tc cell, int index, TableRowCoordinates parentTableRowCoordinates) -
Uses of TableRowCoordinates in org.wickedsource.docxstamper.util
Methods in org.wickedsource.docxstamper.util with parameters of type TableRowCoordinates Modifier and Type Method Description voidObjectDeleter. deleteTableRow(TableRowCoordinates tableRowCoordinates) -
Uses of TableRowCoordinates in org.wickedsource.docxstamper.util.walk
Methods in org.wickedsource.docxstamper.util.walk with parameters of type TableRowCoordinates Modifier and Type Method Description protected voidBaseCoordinatesWalker. onTableRow(TableRowCoordinates tableRowCoordinates)protected abstract voidCoordinatesWalker. onTableRow(TableRowCoordinates tableRowCoordinates)
-