SpreadsheetSearchableObjects

Contents
[ ]

Inheritance: java.lang.Object

public final class SpreadsheetSearchableObjects

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

Fields

Field Description
None Specifies no search objects.
Shapes Search in shapes.
ChartsBackgrounds Search in charts backgrounds.
HeadersFooters Search in headers and footers.
WorksheetBackgrounds Search in worksheets backgrounds.
Cells Search in cells.
Hyperlinks Search in hyperlinks.
AttachedImages Search in attached images.
All Search in all content objects.

Methods

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

None

public static final int None

Specifies no search objects.

Shapes

public static final int Shapes

Search in shapes.

ChartsBackgrounds

public static final int ChartsBackgrounds

Search in charts backgrounds.

HeadersFooters

public static final int HeadersFooters

Search in headers and footers.

WorksheetBackgrounds

public static final int WorksheetBackgrounds

Search in worksheets backgrounds.

Cells

public static final int Cells

Search in cells.

public static final int Hyperlinks

Search in hyperlinks.

AttachedImages

public static final int AttachedImages

Search in attached images.

All

public static final int All

Search in all content objects.

getValues()

public static final int[] getValues()

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

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