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