ModernCommentStatus Enumeration |
Represents the status of a modern comment.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic enum ModernCommentStatus
Public Enumeration ModernCommentStatus
public enum class ModernCommentStatus
Members
| Member name | Value | Description |
---|
| NotDefined | 0 |
Not Defined.
|
| Active | 1 |
Active.
|
| Resolved | 2 |
Resolved.
|
| Closed | 3 |
Closed.
|
See Also