IKnownIssueWarningInfo Interface |
Namespace: Aspose.Slides.Warnings
The IKnownIssueWarningInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AsIWarningInfo |
Returns IWarningInfo interface.
Read-only IWarningInfo.
| |
| Description |
Returns a human readable description of this warning.
Read-only String.
(Inherited from IWarningInfo.) | |
| WarningType |
Returns a type of warning.
Read-only WarningType.
(Inherited from IWarningInfo.) |
| Name | Description | |
|---|---|---|
| SendWarning |
If receiver is not null ends warning to a specified receiver and throws the
AbortRequestedException if receiver decided to abort a operation.
(Inherited from IWarningInfo.) |