CommentsPositions Enumeration |
Represents the rule to render comments into exported document
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum CommentsPositions
Public Enumeration CommentsPositions
public enum class CommentsPositions
Members
| Member name | Value | Description |
---|
| None | 0 |
Specifies that comments should not be displayed at all.
|
| Bottom | 1 |
Specifies that comments should be displayed at the bottom of the page.
|
| Right | 2 |
Specifies that comments should be displayed to the right of the page.
|
See Also