com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class HighlightingMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.HighlightingMode


  • 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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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).
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • Invert

        public static final int Invert

        Invert the contents of the annotation rectangle.

        See Also:
        Constant Field Values
      • Outline

        public static final int Outline

        Invert the annotation's border.

        See Also:
        Constant Field Values
      • 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.

        See Also:
        Constant Field Values
      • Toggle

        public static final int Toggle

        Same as Push (which is preferred).

        See Also:
        Constant Field Values