uic.widgets.html
Class HTMLDocument
java.lang.Object
uic.widgets.html.HTMLDocument
public class HTMLDocument
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
finishedLoading
public boolean finishedLoading()
getTextLines
public List getTextLines()
- From a displaying html document fetch all the text lines.
- Returns:
- a list of
HTMLDocument.Line
classes.
This method works on the current displaying view of the html document in that
it returns only the text that has been positioned and delivers the coordinates of
that text along with it.
Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence