@Deprecated public final class SlidesSearchableObjects extends com.aspose.ms.System.Enum
Specifies flags representing PowerPoint 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 |
ChartsBackgrounds
Deprecated.
Search in charts backgrounds.
|
static int |
Hyperlinks
Deprecated.
Search in hyperlinks.
|
static int |
None
Deprecated.
Specifies no search objects.
|
static int |
Shapes
Deprecated.
Search in shapes.
|
static int |
SlidesBackgrounds
Deprecated.
Search in slides 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 SlidesBackgrounds
Search in slides backgrounds.
public static final int Hyperlinks
Search in hyperlinks.
public static final int All
Search in all document objects.