Returns or sets the plain text of a slide comment.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxstring Text { get; set; }
Property Text As String
Get
Set
property String^ Text {
String^ get ();
void set (String^ value);
}
abstract Text : string with get, set
Property Value
Type:
String
See Also