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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Comment InsertComment(
	ISlide slide,
	int Index,
	string text,
	float x,
	float y
)
Public Function InsertComment ( 
	slide As ISlide,
	Index As Integer,
	text As String,
	x As Single,
	y As Single
) As Comment
public:
Comment^ InsertComment(
	ISlide^ slide, 
	int Index, 
	String^ text, 
	float x, 
	float y
)
member InsertComment : 
        slide : ISlide * 
        Index : int * 
        text : string * 
        x : float32 * 
        y : float32 -> Comment 

Parameters

slide
ISlide
Index
Int32
text
String
x
Single
y
Single

Return Value

Comment

See Also