Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
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