public final class NoteWindowPositioningType
extends com.aspose.ms.System.Enum
Enumerates the positioning types for note's popup window.
Modifier and Type | Field and Description |
---|---|
static int |
Absolute
The popup window of note be absolute positioned.
|
static int |
Auto
The popup window of note be positioned automatically.
|
static int |
NoteRelative
The popup window of note be positioned relative to the note's position.
|
public static final int Auto
The popup window of note be positioned automatically.
public static final int Absolute
The popup window of note be absolute positioned.
public static final int NoteRelative
The popup window of note be positioned relative to the note's position.
Copyright © 2016 Aspose. All Rights Reserved.