public interface Span extends Marking
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsWord() |
int |
getLength() |
int |
getStartPosition() |
void |
setIsWord(boolean isWord) |
void |
setLength(int length) |
void |
setStartPosition(int startPosition) |
Copyright © 2016. All rights reserved.