MetadataRemovalScope Class
Lists values that specify metadata categories to remove from a document during sanitization.
Declaration
public final class MetadataRemovalScope extends IntEnum<MetadataRemovalScope>
Inherited Members
Inheritance
Fields
_ALL Field
Specifies the integer value for removing all metadata categories.
Declaration
public static final int _ALL
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing all metadata categories. |
_AUTHOR_INFO Field
Specifies the integer value for removing author information.
Declaration
public static final int _AUTHOR_INFO
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing author information. |
_CUSTOM_PROPERTIES Field
Specifies the integer value for removing custom document properties.
Declaration
public static final int _CUSTOM_PROPERTIES
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing custom document properties. |
_DOCUMENT_DESCRIPTION Field
Specifies the integer value for removing document description metadata.
Declaration
public static final int _DOCUMENT_DESCRIPTION
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing document description metadata. |
_DOCUMENT_HISTORY Field
Specifies the integer value for removing document history metadata.
Declaration
public static final int _DOCUMENT_HISTORY
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing document history metadata. |
_EXTENDED_PROPERTIES Field
Specifies the integer value for removing extended document properties.
Declaration
public static final int _EXTENDED_PROPERTIES
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing extended document properties. |
_NONE Field
Specifies the integer value for removing no metadata categories.
Declaration
public static final int _NONE
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing no metadata categories. |
_ORGANIZATION_INFO Field
Specifies the integer value for removing organization information.
Declaration
public static final int _ORGANIZATION_INFO
Field Value
| Type | Description |
|---|---|
| int | The integer value for removing organization information. |
ALL Field
Removes all metadata categories.
Declaration
public static final MetadataRemovalScope ALL
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A metadata removal scope that removes all metadata categories. |
AUTHOR_INFO Field
Removes author information.
Declaration
public static final MetadataRemovalScope AUTHOR_INFO
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A metadata removal scope that removes author information. |
CUSTOM_PROPERTIES Field
Removes custom document properties.
Declaration
public static final MetadataRemovalScope CUSTOM_PROPERTIES
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A metadata removal scope that removes custom document properties. |
DOCUMENT_DESCRIPTION Field
Removes document description metadata.
Declaration
public static final MetadataRemovalScope DOCUMENT_DESCRIPTION
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A metadata removal scope that removes document description metadata. |
DOCUMENT_HISTORY Field
Removes document history metadata.
Declaration
public static final MetadataRemovalScope DOCUMENT_HISTORY
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A metadata removal scope that removes document history metadata. |
EXTENDED_PROPERTIES Field
Removes extended document properties.
Declaration
public static final MetadataRemovalScope EXTENDED_PROPERTIES
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A metadata removal scope that removes extended document properties. |
NONE Field
No metadata removal.
Declaration
public static final MetadataRemovalScope NONE
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A |
ORGANIZATION_INFO Field
Removes organization information.
Declaration
public static final MetadataRemovalScope ORGANIZATION_INFO
Field Value
| Type | Description |
|---|---|
MetadataRemovalScope |
A metadata removal scope that removes organization information. |
Methods
fromValue(int value) Method
Returns the enum item with the specified integer value.
Declaration
public static MetadataRemovalScope fromValue(int value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | int | The integer value. |
Returns
| Type | Description |
|---|---|
MetadataRemovalScope |
The enum item with the specified integer value. |
values() Method
Returns an array that contains all MetadataRemovalScope values.
Declaration
public static MetadataRemovalScope[] values()
Returns
| Type | Description |
|---|---|
| MetadataRemovalScope[] | The array that contains all |