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 AppendComment(
	ISlide slide,
	string text,
	float x,
	float y
)
Public Function AppendComment ( 
	slide As ISlide,
	text As String,
	x As Single,
	y As Single
) As Comment
public:
Comment^ AppendComment(
	ISlide^ slide, 
	String^ text, 
	float x, 
	float y
)
member AppendComment : 
        slide : ISlide * 
        text : string * 
        x : float32 * 
        y : float32 -> Comment 

Parameters

slide
ISlide
text
String
x
Single
y
Single

Return Value

Comment

See Also