ParentComment

Comment.ParentComment 属性

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

public IComment ParentComment { get; set; }

异常

异常条件
PptxEditException当设置值导致循环引用时抛出

参见