com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class WarningType

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


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

    Enum represented warning type.

    • 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 CompatibilityIssue
      Known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
      static int DataLoss
      Text/chart/image or other data is completely missing from either the document tree following load, or the created document following save.
      static int InvalidInputStreamType
      Invalid input stream type
      static int MajorFormattingLoss
      Major formatting losses compared to the original document.
      static int MinorFormattingLoss
      Minor formatting losses compared to the original document.
      static int SourceFileCorruption
      The file is corrupted.
      static int UnexpectedContent
      The file has unexpected content.
      • 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

      • SourceFileCorruption

        public static final int SourceFileCorruption

        The file is corrupted.

        See Also:
        Constant Field Values
      • DataLoss

        public static final int DataLoss

        Text/chart/image or other data is completely missing from either the document tree following load, or the created document following save.

        See Also:
        Constant Field Values
      • MajorFormattingLoss

        public static final int MajorFormattingLoss

        Major formatting losses compared to the original document. This is for occasions when the formatting loss is substantial but the data is still there.

        See Also:
        Constant Field Values
      • MinorFormattingLoss

        public static final int MinorFormattingLoss

        Minor formatting losses compared to the original document. This is for minor losses of fidelity.

        See Also:
        Constant Field Values
      • CompatibilityIssue

        public static final int CompatibilityIssue

        Known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.

        See Also:
        Constant Field Values
      • InvalidInputStreamType

        public static final int InvalidInputStreamType

        Invalid input stream type

        See Also:
        Constant Field Values
      • UnexpectedContent

        public static final int UnexpectedContent

        The file has unexpected content.

        See Also:
        Constant Field Values