IWarningInfo
IWarningInfo 接口
表示所有警告的基础接口。
public interface IWarningInfo
属性
| 名称 | 描述 |
|---|---|
| Description { get; } | 返回此警告的人类可读描述。只读 String。 |
| WarningType { get; } | 返回警告的类型。只读 WarningType。 |
方法
| 名称 | 描述 |
|---|---|
| SendWarning(IWarningCallback) | 如果 receiver 不为 null,则将警告发送给指定的接收者,并在接收者决定中止操作时抛出 AbortRequestedException。 |
另见
- 命名空间 Aspose.Slides.Warnings
- 程序集 Aspose.Slides