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