RedactionType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class RedactionType
Represents a type of document’s data, affected by redaction.
| Field | Description |
|---|---|
| Text | The document’s body text. |
| Metadata | The document’s metadata. |
| Annotation | The annotations within document’s text. |
| ImageArea | The area within an image. |
| Page | The page of a document. |
| Method | Description |
|---|---|
| values() | List of RedactionType values. |
public static final int Text
The document’s body text.
public static final int Metadata
The document’s metadata.
public static final int Annotation
The annotations within document’s text.
public static final int ImageArea
The area within an image.
public static final int Page
The page of a document.
public static List<String> values()
List of RedactionType values.
Returns: java.util.List<java.lang.String>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.