ISlide
AddComment Method (Comment)
|
Adds a new comment.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void AddComment(
Comment comment
)
Sub AddComment (
comment As Comment
)
void AddComment(
Comment^ comment
)
abstract AddComment :
comment : Comment -> unit
Parameters
-
comment
-
Type:
Spire.Presentation
Comment
See Also