public final class RedactionType extends Object
Represents a type of document's data, affected by redaction.
| Modifier and Type | Field and Description |
|---|---|
static int |
Annotation
The annotations within document's text.
|
static int |
ImageArea
The area within an image.
|
static int |
Metadata
The document's metadata.
|
static int |
Page
The page of a document.
|
static int |
Text
The document's body text.
|
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 Metadata
The document's metadata.
public static final int Page
The page of a document.
public static final int Text
The document's body text.
Copyright © 2025. All rights reserved.