ParentComment
Comment.ParentComment 属性
获取或设置父评论。可读写 IComment
。
public IComment ParentComment { get; set; }
异常
异常 | 条件 |
---|---|
PptxEditException | 当设置值导致循环引用时抛出 |
参见
- 接口 IComment
- 类 Comment
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
获取或设置父评论。可读写 IComment
。
public IComment ParentComment { get; set; }
异常 | 条件 |
---|---|
PptxEditException | 当设置值导致循环引用时抛出 |