aspose.pdf
Class NoteIconType

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

public final class NoteIconType
extends EnumerationBase

Enumerates the not icon types.


Field Summary
static NoteIconType Comment
          Comment type.
static NoteIconType Help
          Help type.
static NoteIconType Insert
          Insert type.
static NoteIconType Key
          Key type.
static NoteIconType NewParagraph
          NewParagraph type.
static NoteIconType Note
          Note type.
static NoteIconType Paragraph
          Paragraph type.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Help

public static final NoteIconType Help
Help type.


Key

public static final NoteIconType Key
Key type.


NewParagraph

public static final NoteIconType NewParagraph
NewParagraph type.


Note

public static final NoteIconType Note
Note type.


Paragraph

public static final NoteIconType Paragraph
Paragraph type.


Insert

public static final NoteIconType Insert
Insert type.


Comment

public static final NoteIconType Comment
Comment type.