Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
ICommentAuthor
text
String

Return Value

array<Comment>[]()[][]

See Also