public class TableCoordinates extends AbstractCoordinates
| Constructor and Description |
|---|
TableCoordinates(org.docx4j.wml.Tbl table,
int index) |
TableCoordinates(org.docx4j.wml.Tbl table,
int index,
TableCellCoordinates parentTableCellCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
TableCellCoordinates |
getParentTableCellCoordinates() |
org.docx4j.wml.Tbl |
getTable() |
String |
toString() |
equals, hashCodepublic TableCoordinates(org.docx4j.wml.Tbl table,
int index)
public TableCoordinates(org.docx4j.wml.Tbl table,
int index,
TableCellCoordinates parentTableCellCoordinates)
public int getIndex()
public String toString()
toString in class AbstractCoordinatespublic org.docx4j.wml.Tbl getTable()
public TableCellCoordinates getParentTableCellCoordinates()
Copyright © 2017. All rights reserved.