|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.outsidein.annotations.RedactAnnotation
public class RedactAnnotation
Describes redaction annotations to be added to the rendered output document.
Annotatable.redactText(RedactAnnotation)| Constructor Summary | |
|---|---|
RedactAnnotation(long startCharCount, long endCharCount, java.lang.String label)Creates a redaction annotation instance |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 redaction| Method Detail |
|---|
public long getStartCharCount()
public long getEndCharCount()
public java.lang.String getLabel()
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||