Aspose::Slides::Warnings Namespace Reference

Classes

class  IKnownIssueWarningInfo
 Represents a warning about known issue which won't be fixed in the near future. More...
 
class  INotImplementedWarningInfo
 Represents a warning about known not implemented feature which won't be implemented in the near future. More...
 
class  IObsoletePresLockingBehaviorWarningInfo
 This warning indicates that an obsolete presentation locking behavior is used. More...
 
class  IPresentationSignedWarningInfo
 This warning indicates that the presentation being read has the signature and this signature will be removed during processing. More...
 
class  IWarningCallback
 Interface for classes which receive warning More...
 
class  IWarningInfo
 Represents a base interface for all warnings. More...
 

Enumerations

enum class  ReturnAction { Continue = 0 , Abort = 1 }
 Represents warning callback decision options. More...
 
enum class  WarningType {
  SourceFileCorruption = 0 , DataLoss = 1 , MajorFormattingLoss = 2 , MinorFormattingLoss = 3 ,
  CompatibilityIssue = 4 , UnexpectedContent = 99
}
 Represents a type of warning. More...
 

Enumeration Type Documentation

◆ ReturnAction

Represents warning callback decision options.

Enumerator
Continue 

Operation should be continued.

Abort 

Operation should be aborted.

◆ WarningType

Represents a type of warning.

Enumerator
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.

DataLoss 

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

MajorFormattingLoss 

Major formatting loss.

MinorFormattingLoss 

Minor formatting loss.

CompatibilityIssue 

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

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.