@Deprecated public final class DiagramSearchableObjects extends com.aspose.ms.System.Enum
Specifies flags representing Visio 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 |
Comments
Deprecated.
Search in comments.
|
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.
|
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 Comments
Search in comments.
public static final int HeadersFooters
Search in headers and footers.
public static final int Hyperlinks
Search in hyperlinks.
public static final int All
Search in all document objects.