NotesPositions

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class NotesPositions extends System.Enum

Represents the rule to render notes into exported document

Fields

FieldDescription
NoneSpecifies that notes should not be displayed at all.
BottomFullSpecifies that notes should be full displayed using additional pages as it is needed.
BottomTruncatedSpecifies that notes should be displayed in only one page.

None

public static final int None

Specifies that notes should not be displayed at all.

BottomFull

public static final int BottomFull

Specifies that notes should be full displayed using additional pages as it is needed.

BottomTruncated

public static final int BottomTruncated

Specifies that notes should be displayed in only one page.