public class DocumentRange extends Object
Constructor and Description |
---|
DocumentRange(int startOffs,
int endOffs) |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset()
Gets the end offset of the range.
|
int |
getStartOffset()
Gets the starting offset of the range.
|
String |
toString()
Returns a string representation of this object.
|
public int getEndOffset()
getStartOffset()
public int getStartOffset()
getEndOffset()