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; }

Property Value

Type: IComment

Implements

ICommentParentComment
Exceptions
ExceptionCondition
PptxEditExceptionThrown when setting the value leads to a circular reference
See Also