GetSlideComments

Slide.GetSlideComments 方法

返回由特定作者添加的所有幻灯片注释。

public IComment[] GetSlideComments(ICommentAuthor author)
参数类型描述
authorICommentAuthor要查找的注释作者,或为 null 以返回所有注释。

返回值

Comment 数组。

另请参见