Package | Description |
---|---|
org.wickedsource.docxstamper.walk.coordinates |
Modifier and Type | Method and Description |
---|---|
TableCellCoordinates
|
TableCoordinates.getParentTableCellCoordinates()
|
TableCellCoordinates
|
ParagraphCoordinates.getParentTableCellCoordinates()
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CoordinatesWalker.onTableCell(TableCellCoordinates tableCellCoordinates)
|
protected void |
BaseCoordinatesWalker.onTableCell(TableCellCoordinates tableCellCoordinates)
|
Constructor and Description |
---|
ParagraphCoordinates(org.docx4j.wml.P paragraph,
int index,
TableCellCoordinates parentTableCellCoordinates)
|
TableCoordinates(org.docx4j.wml.Tbl table,
int index,
TableCellCoordinates parentTableCellCoordinates)
|
Copyright © 2016. All rights reserved.