com.aspose.slides
Class WarningType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.WarningType

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

Represents a type of warning.


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
static int CompatibilityIssue
           This is 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 will be completely missing from either the documet tree following load, or the created document following save.
static int MajorFormattingLoss
           Major formatting loss.
static int MinorFormattingLoss
           Minor formatting loss.
static int SourceFileCorruption
           An issue has been detected in the source document which makes it very likely the document will be not be able to be opened if saved in it's original format.
static int UnexpectedContent
           Some content in the source document could not be recognised (i.e. is unsupported), this may or may not cause issues or result in data/formatting loss.
 
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, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SourceFileCorruption

public static final int SourceFileCorruption

An issue has been detected in the source document which makes it very likely the document will be not be able to be opened if saved in it's original format.

See Also:
Constant Field Values

DataLoss

public static final int DataLoss

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

See Also:
Constant Field Values

MajorFormattingLoss

public static final int MajorFormattingLoss

Major formatting loss.

See Also:
Constant Field Values

MinorFormattingLoss

public static final int MinorFormattingLoss

Minor formatting loss.

See Also:
Constant Field Values

CompatibilityIssue

public static final int CompatibilityIssue

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

See Also:
Constant Field Values

UnexpectedContent

public static final int UnexpectedContent

Some content in the source document could not be recognised (i.e. is unsupported), this may or may not cause issues or result in data/formatting loss.

See Also:
Constant Field Values