public class ParagraphCoordinates extends AbstractCoordinates
| Constructor and Description |
|---|
ParagraphCoordinates(org.docx4j.wml.P paragraph,
int index) |
ParagraphCoordinates(org.docx4j.wml.P paragraph,
int index,
TableCellCoordinates parentTableCellCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
org.docx4j.wml.P |
getParagraph() |
TableCellCoordinates |
getParentTableCellCoordinates() |
java.lang.String |
toString() |
equals, hashCodepublic ParagraphCoordinates(org.docx4j.wml.P paragraph,
int index,
TableCellCoordinates parentTableCellCoordinates)
public ParagraphCoordinates(org.docx4j.wml.P paragraph,
int index)
public org.docx4j.wml.P getParagraph()
public int getIndex()
public TableCellCoordinates getParentTableCellCoordinates()
public java.lang.String toString()
toString in class AbstractCoordinatesCopyright © 2017. All rights reserved.