public class RedactAnnotation
extends java.lang.Object
Annotatable.redactText(RedactAnnotation)| Constructor and Description |
|---|
RedactAnnotation(long startCharCount, long endCharCount, java.lang.String label)
Creates a redaction annotation instance
|
| Modifier and Type | Method and Description |
|---|---|
long |
getEndCharCount()
Retrieves the character where the redaction will end
|
java.lang.String |
getLabel()
Retrieves the text that will be drawn on top of the redaction annotation area
|
long |
getStartCharCount()
Retrieves the character where the redaction will start.
|
public RedactAnnotation(long startCharCount,
long endCharCount,
java.lang.String label)
startCharCount - The character count of the starting positionendCharCount - The character count of the end positionlabel - The text to be drawn on top of the redactionpublic long getStartCharCount()
public long getEndCharCount()
public java.lang.String getLabel()