CommentsPositions
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CommentsPositions extends System.Enum
Represents the rule to render comments into exported document
Fields
Field | Description |
---|---|
None | Specifies that comments should not be displayed at all. |
Bottom | Specifies that comments should be displayed at the bottom of the page. |
Right | Specifies that comments should be displayed to the right of the page. |
None
public static final int None
Specifies that comments should not be displayed at all.
Bottom
public static final int Bottom
Specifies that comments should be displayed at the bottom of the page.
Right
public static final int Right
Specifies that comments should be displayed to the right of the page.