|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gnostice.pdfone.PdfSearchElement
This class represents a result of a page element search operation.
PdfProDocument.search(int, String, int, int)
Method Summary | |
Rectangle2D |
getBoundingRect()
Returns region containing the search string. |
ArrayList |
getCharBoundingRects()
Returns a list of regions containing characters of the search string. |
int |
getIndexOfMatchStringInLine()
Returns index of the search string in the text element containing it. |
String |
getLineContainingMatchString()
Returns actual text of the text element containing the search text. |
String |
getMatchString()
Returns actual text of the search string found by by the search. |
int |
getPageNum()
Returns number of the page that contains the text element found by the search. |
String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public String toString()
public int getPageNum()
public Rectangle2D getBoundingRect()
public ArrayList getCharBoundingRects()
public String getMatchString()
public String getLineContainingMatchString()
public int getIndexOfMatchStringInLine()
|
Pro. Ed. v5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |