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,
hashCode
public 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 AbstractCoordinates
public org.docx4j.wml.Tbl getTable()
public TableCellCoordinates getParentTableCellCoordinates()
Copyright © 2016. All rights reserved.