com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ExtendedBoolean

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


  • public class ExtendedBoolean
    extends com.aspose.ms.System.Enum
    Represents boolean type that supports Undefined value.
    • 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 False
      False value of ExtendnedBoolean.
      static int True
      True value of ExtendnedBoolean.
      static int Undefined
      Undefined value value of ExtendnedBoolean.
      • 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

      • Undefined

        public static final int Undefined

        Undefined value value of ExtendnedBoolean.

        See Also:
        Constant Field Values