Uses of Class
aspose.pdf.NoteWindowPositioningType

Uses of NoteWindowPositioningType in aspose.pdf
 

Fields in aspose.pdf declared as NoteWindowPositioningType
static NoteWindowPositioningType NoteWindowPositioningType.Absolute
          The popup window of note be absolute positioned.
static NoteWindowPositioningType NoteWindowPositioningType.Auto
          The popup window of note be positioned automatically.
static NoteWindowPositioningType NoteWindowPositioningType.NoteRelative
          The popup window of note be positioned relative to the note's position.
 

Methods in aspose.pdf that return NoteWindowPositioningType
 NoteWindowPositioningType Attachment.getNoteWindowPositioningType()
          Gets a NoteWindowPositioningType object that indicates the note window's positioning type.
 

Methods in aspose.pdf with parameters of type NoteWindowPositioningType
 void Attachment.setNoteWindowPositioningType(NoteWindowPositioningType value)
          Sets a NoteWindowPositioningType object that indicates the note window's positioning type.