com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class FreeTextIntent

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


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

    Enumerates the intents of the free text annotation.

    • 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 FreeTextCallout
      Means that the annotation is intended to function as a callout.
      static int FreeTextTypeWriter
      Means that the annotation is intended to function as a click-to-type or typewriter object.
      static int Undefined
      Not defined state.
      • 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

      • FreeTextCallout

        public static final int FreeTextCallout

        Means that the annotation is intended to function as a callout.

        See Also:
        Constant Field Values
      • FreeTextTypeWriter

        public static final int FreeTextTypeWriter

        Means that the annotation is intended to function as a click-to-type or typewriter object.

        See Also:
        Constant Field Values