Click or drag to resize

CommentList AppendComment Method

Adds a new comment added to a slide.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Comment AppendComment(
	ISlide slide,
	string text,
	float x,
	float y
)

Parameters

slide
Type: Spire.Presentation ISlide
Slide object
text
Type: System String
Text of new comment.
x
Type: System Single
x position
y
Type: System Single
y position

Return Value

Type: Comment
See Also