public final class NotesPositions
extends com.aspose.ms.System.Enum
Represents the rule to render notes into exported document
Modifier and Type | Field and Description |
---|---|
static int |
BottomFull
Specifies that notes should be full displayed using additional pages as it is needed.
|
static int |
BottomTruncated
Specifies that notes should be displayed in only one page.
|
static int |
None
Specifies that notes should not be displayed at all.
|
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 notes should not be displayed at all.
public static final int BottomFull
Specifies that notes should be full displayed using additional pages as it is needed.
public static final int BottomTruncated
Specifies that notes should be displayed in only one page.