Package | Description |
---|---|
net.java.html.lib.dom |
Modifier and Type | Method and Description |
---|---|
static Range |
Range.$as(Object obj) |
Range |
MSRangeCollection.$get(double index) |
Range |
Range.cloneRange() |
Range |
Document.createRange()
Returns an empty range object that has both of its boundary points positioned at the beginning of the document.
|
Range |
Selection.getRangeAt(double index) |
Range |
MSRangeCollection.item(double index) |
Modifier and Type | Method and Description |
---|---|
void |
Selection.addRange(Range range) |
double |
Range.compareBoundaryPoints(double how,
Range sourceRange) |
void |
Selection.removeRange(Range range) |
Copyright © 2018. All rights reserved.