ParentComment

IComment.ParentComment 属性

获取或设置父评论。可读/可写 IComment

public IComment ParentComment { get; set; }

异常

异常条件
PptxEditException如果设置值导致循环引用,则抛出此异常

另见