ISlide
GetComments Method (ICommentAuthor)
|
Returns all slide comments added by specific author.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Comment[] GetComments(
ICommentAuthor author
)
Function GetComments (
author As ICommentAuthor
) As Comment()
array<Comment^>^ GetComments(
ICommentAuthor^ author
)
abstract GetComments :
author : ICommentAuthor -> Comment[]
Parameters
-
author
-
Type:
Spire.Presentation
ICommentAuthor
Return Value
Type:
Comment
Array of
Comment
.
See Also