public final class HighlightingMode
extends com.aspose.ms.System.Enum
Enumerates the annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.
Modifier and Type | Field and Description |
---|---|
static int |
Invert
Invert the contents of the annotation rectangle.
|
static int |
None
No highlighting.
|
static int |
Outline
Invert the annotation's border.
|
static int |
Push
Display the annotation's down appearance, if any.
|
static int |
Toggle
Same as Push (which is preferred).
|
public static final int None
No highlighting.
public static final int Invert
Invert the contents of the annotation rectangle.
public static final int Outline
Invert the annotation's border.
public static final int Push
Display the annotation's down appearance, if any. If no down appearance is defined, offset the contents of the annotation rectangle to appear as if it were being pushed below the surface of the page.
public static final int Toggle
Same as Push (which is preferred).