|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextRange | |
|---|---|
| org.xwiki.gwt.dom.client.internal.ie | |
| Uses of TextRange in org.xwiki.gwt.dom.client.internal.ie |
|---|
| Methods in org.xwiki.gwt.dom.client.internal.ie that return TextRange | |
|---|---|
TextRange |
TextRange.duplicate()
|
static TextRange |
TextRange.newInstance(Document doc)
Creates a new text range for the given document. |
| Methods in org.xwiki.gwt.dom.client.internal.ie with parameters of type TextRange | |
|---|---|
short |
TextRange.compareEndPoints(RangeCompare how,
TextRange range)
Compares an end point of a TextRange object with an end point of another range. |
protected IESelection.RangeBoundary |
IESelection.getBoundary(TextRange textRange,
boolean start)
Computes the start or end container of a text range. |
protected int |
IESelection.getFirstLineHeight(TextRange textRange)
|
protected int |
IESelection.getOffset(TextRange left,
TextRange right,
boolean rightBoundary)
Computes the number of characters between the start of the left range to the specified boundary of the right range. |
boolean |
TextRange.inRange(TextRange other)
Tests whether one range is contained within another. |
boolean |
TextRange.isEqual(TextRange other)
Tests if this text range equals the given text range. |
protected void |
IESelection.moveTextRangeBeforeElement(TextRange textRange,
Element element)
Moves the given text range before the specified element. |
void |
TextRange.setEndPoint(RangeCompare how,
TextRange range)
Sets the end point of this range based on the end point of another range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||