HighlightingMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class HighlightingMode extends 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.

Fields

FieldDescription
NoneNo highlighting.
InvertInvert the contents of the annotation rectangle.
OutlineInvert the annotation’s border.
PushDisplay the annotation’s down appearance, if any.
ToggleSame as Push (which is preferred).

None

public static final int None

No highlighting.

Invert

public static final int Invert

Invert the contents of the annotation rectangle.

Outline

public static final int Outline

Invert the annotation’s border.

Push

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.

Toggle

public static final int Toggle

Same as Push (which is preferred).