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