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

FieldDescription
NoneSpecifies that comments should not be displayed at all.
BottomSpecifies that comments should be displayed at the bottom of the page.
RightSpecifies 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.

public static final int Right

Specifies that comments should be displayed to the right of the page.