Returns or sets the plain text of a slide comment.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public string Text { get; set; }
Public Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Text : string with get, set
override Text : string with get, set
Property Value
Type:
StringImplements
ICommentTextSee Also