Skip to main content

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

com.devexpress.java.enums.IntEnum.clone()
com.devexpress.java.enums.IntEnum.equals(java.lang.Object)
com.devexpress.java.enums.IntEnum.getName()
com.devexpress.java.enums.IntEnum.getValue()
com.devexpress.java.enums.IntEnum.hasFlag(T)
com.devexpress.java.enums.IntEnum.hasFlag(int)
com.devexpress.java.enums.IntEnum.hashCode()
com.devexpress.java.enums.IntEnum.readResolve()
com.devexpress.java.enums.IntEnum.resolve(int)
com.devexpress.java.enums.IntEnum.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.java.enums.IntEnum
MetadataRemovalScope

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 MetadataRemovalScope object that specifies no metadata removal.

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 MetadataRemovalScope values.