aspose.pdf
Class NoteWindowPositioningType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.NoteWindowPositioningType

public final class NoteWindowPositioningType
extends EnumerationBase

Enumerates the positioning types for note's popup window.


Field Summary
static NoteWindowPositioningType Absolute
          The popup window of note be absolute positioned.
static NoteWindowPositioningType Auto
          The popup window of note be positioned automatically.
static NoteWindowPositioningType NoteRelative
          The popup window of note be positioned relative to the note's position.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NoteRelative

public static final NoteWindowPositioningType NoteRelative
The popup window of note be positioned relative to the note's position.


Absolute

public static final NoteWindowPositioningType Absolute
The popup window of note be absolute positioned.


Auto

public static final NoteWindowPositioningType Auto
The popup window of note be positioned automatically.