public final class CommentsPositions
extends com.aspose.ms.System.Enum
Represents the rule to render comments into exported document
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Specifies that comments should be displayed at the bottom of the page.
|
static int |
None
Specifies that comments should not be displayed at all.
|
static int |
Right
Specifies that comments should be displayed to the right of the page.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Specifies that comments should not be displayed at all.
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.