ICommentParentComment Property |
Gets or sets parent comment.
Read/write
IComment.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIComment ParentComment { get; set; }
Property ParentComment As IComment
Get
Set
property IComment^ ParentComment {
IComment^ get ();
void set (IComment^ value);
}
abstract ParentComment : IComment with get, set
Property Value
Type:
IComment
ExceptionsException | Condition |
---|
PptxEditException | Thrown if setting the value leads to a circular reference |
See Also