Java com.google.gwt.dom.client Range fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client Range fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client Range.

The text is from its open source code.

Method

intgetEndOffset()
intgetStartOffset()
voidselectNode(Node referenceNode)
voidselectNodeContents(Node referenceNode)
Sets the Range to contain the contents of a Node.
voidsetEnd(Node node, int endOffset)
Sets the end position of a Range.
voidsetStart(Node node, int startOffset)
Sets the start position of a Range.