com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class AnnotationState

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


  • public final class AnnotationState
    extends com.aspose.ms.System.Enum

    The enumeration of states to which the original annotation can be set.

    • 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 Accepted
      The user agrees with the change.
      static int Cancelled
      The change has been cancelled.
      static int Completed
      The change has been completed.
      static int Marked
      The annotation has been marked by the user.
      static int None
      The user has indicated nothing about the change.
      static int Rejected
      The user disagrees with the change.
      static int Undefined
      Not defined state.
      static int Unmarked
      The annotation has not been marked by the user.
      • 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

      • Marked

        public static final int Marked

        The annotation has been marked by the user.

        See Also:
        Constant Field Values
      • Unmarked

        public static final int Unmarked

        The annotation has not been marked by the user.

        See Also:
        Constant Field Values
      • Accepted

        public static final int Accepted

        The user agrees with the change.

        See Also:
        Constant Field Values
      • Rejected

        public static final int Rejected

        The user disagrees with the change.

        See Also:
        Constant Field Values
      • Cancelled

        public static final int Cancelled

        The change has been cancelled.

        See Also:
        Constant Field Values
      • Completed

        public static final int Completed

        The change has been completed.

        See Also:
        Constant Field Values
      • None

        public static final int None

        The user has indicated nothing about the change.

        See Also:
        Constant Field Values