ParentComment
Comment.ParentComment property
获取或设置父评论。 读/写IComment
。
public IComment ParentComment { get; set; }
例外
例外 | (健康)状况 |
---|---|
PptxEditException | 设置值导致循环引用时抛出 |
也可以看看
- interface IComment
- class Comment
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
获取或设置父评论。 读/写IComment
。
public IComment ParentComment { get; set; }
例外 | (健康)状况 |
---|---|
PptxEditException | 设置值导致循环引用时抛出 |