@Deprecated public final class CellsSearchableObjects extends com.aspose.ms.System.Enum
Specifies flags representing Excel document objects that are to be included in a watermark search.
Modifier and Type | Field and Description |
---|---|
static int |
All
Deprecated.
Search in all document objects.
|
static int |
AttachedImages
Deprecated.
Search in attached images.
|
static int |
Cells
Deprecated.
Search in cells.
|
static int |
ChartsBackgrounds
Deprecated.
Search in charts backgrounds.
|
static int |
HeadersFooters
Deprecated.
Search in headers and footers.
|
static int |
Hyperlinks
Deprecated.
Search in hyperlinks.
|
static int |
None
Deprecated.
Specifies no search objects.
|
static int |
Shapes
Deprecated.
Search in shapes.
|
static int |
WorksheetBackgrounds
Deprecated.
Search in worksheets backgrounds.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Specifies no search objects.
public static final int Shapes
Search in shapes.
public static final int ChartsBackgrounds
Search in charts backgrounds.
public static final int HeadersFooters
Search in headers and footers.
public static final int WorksheetBackgrounds
Search in worksheets backgrounds.
public static final int Cells
Search in cells.
public static final int Hyperlinks
Search in hyperlinks.
public static final int AttachedImages
Search in attached images.
public static final int All
Search in all document objects.