WordProcessingSearchableObjects

Contents
[ ]

Inheritance: java.lang.Object

public final class WordProcessingSearchableObjects

Specifies flags representing Word content objects that are to be included in a watermark search.

Fields

Field Description
None Specifies no search objects.
Shapes Search in shapes.
Text Search in content text.
Hyperlinks Search in hyperlinks.
All Search in all content objects.

Methods

Method Description
getValues() Gets an array of all values of [WordProcessingSearchableObjects](../../com.groupdocs.watermark.search/wordprocessingsearchableobjects) enumeration.

None

public static final int None

Specifies no search objects.

Shapes

public static final int Shapes

Search in shapes.

Text

public static final int Text

Search in content text.

public static final int Hyperlinks

Search in hyperlinks.

All

public static final int All

Search in all content objects.

getValues()

public static final int[] getValues()

Gets an array of all values of [WordProcessingSearchableObjects](../../com.groupdocs.watermark.search/wordprocessingsearchableobjects) enumeration.

Returns: int[] - The array of all values of [WordProcessingSearchableObjects](../../com.groupdocs.watermark.search/wordprocessingsearchableobjects) enumeration.