public class ReplaceRegion extends Object
| Constructor and Description |
|---|
ReplaceRegion(int offset,
int length,
String text) |
ReplaceRegion(ITextRegion region,
String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(StringBuilder builder) |
int |
getEndOffset() |
int |
getLength() |
int |
getOffset() |
String |
getText() |
ReplaceRegion |
shiftBy(int offset) |
String |
toString() |
public ReplaceRegion(ITextRegion region, String text)
public ReplaceRegion(int offset,
int length,
String text)
public int getOffset()
public int getLength()
public int getEndOffset()
public String getText()
public ReplaceRegion shiftBy(int offset)
public void applyTo(StringBuilder builder)
Copyright © 2015. All Rights Reserved.