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... | |
|
strong |
|
strong |
Represents a type of warning.