public static class TypographyDetector.ReplaceEdit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
length
The number of characters to delete at the offset
|
int |
offset
The offset of the edit
|
java.lang.String |
replaceWith
The characters to insert at the offset
|
| Constructor and Description |
|---|
ReplaceEdit(int offset,
int length,
java.lang.String replaceWith)
Creates a new replace edit
|