ISlide
DeleteComment Method (ICommentAuthor, String)
|
Delete comments of specific text or specific author.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void DeleteComment(
ICommentAuthor author,
string text
)
Sub DeleteComment (
author As ICommentAuthor,
text As String
)
void DeleteComment(
ICommentAuthor^ author,
String^ text
)
abstract DeleteComment :
author : ICommentAuthor *
text : string -> unit
Parameters
-
author
-
Type:
Spire.Presentation
ICommentAuthor
-
text
-
Type:
System
String
See Also