Click or drag to resize

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
)

Parameters

author
Type: Spire.Presentation ICommentAuthor
text
Type: System String

Return Value

Type: Comment
Array of Comment .
See Also