CommentParentComment Property |
Gets or sets parent comment.
Read/write
IComment.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IComment ParentComment { get; set; }
Public Property ParentComment As IComment
Get
Set
public:
virtual property IComment^ ParentComment {
IComment^ get () sealed;
void set (IComment^ value) sealed;
}
abstract ParentComment : IComment with get, set
override ParentComment : IComment with get, set
Property Value
Type:
ICommentImplements
ICommentParentCommentExceptions Exception | Condition |
---|
PptxEditException | Thrown when setting the value leads to a circular reference |
See Also