public class Range extends Object
| Constructor and Description |
|---|
Range(String selectedText,
com.google.gwt.dom.client.Node startContainer,
int startOffset,
com.google.gwt.dom.client.Node endContainer,
int endOfsset) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Node |
getEndContainer() |
int |
getEndOffset() |
String |
getSelectedText() |
com.google.gwt.dom.client.Node |
getStartContainer() |
int |
getStartOffset() |
public String getSelectedText()
public com.google.gwt.dom.client.Node getStartContainer()
public int getStartOffset()
public com.google.gwt.dom.client.Node getEndContainer()
public int getEndOffset()
Copyright © 2019 Nuxeo. All rights reserved.