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
)
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
-
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