com.aspose.pdf.elements
Class AnnotationIconType

java.lang.Object
  extended by com.aspose.pdf.elements.AnnotationIconType

public class AnnotationIconType
extends java.lang.Object

Enumerates the annotation icon types.


Field Summary
static AnnotationIconType Comment
          Comment Note Icon Type.
static AnnotationIconType Help
          Help Note Icon Type.
static AnnotationIconType Insert
          Insert Note Icon Type.
static AnnotationIconType Key
          Key Note Icon Type.
static AnnotationIconType NewParagraph
          NewParagraph Note Icon Type.
static AnnotationIconType Note
          Note Note Icon Type.
static AnnotationIconType Paragraph
          Paragraph Note Icon Type.
 
Method Summary
static AnnotationIconType getIconTypeFromString(java.lang.String flag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Comment

public static final AnnotationIconType Comment
Comment Note Icon Type. Reference to "Aspose pdf for .net------programmer's Guide".


NewParagraph

public static final AnnotationIconType NewParagraph
NewParagraph Note Icon Type. Reference to "Aspose pdf for .net------programmer's Guide".


Help

public static final AnnotationIconType Help
Help Note Icon Type. Reference to "Aspose pdf for .net------programmer's Guide".


Insert

public static final AnnotationIconType Insert
Insert Note Icon Type. Reference to "Aspose pdf for .net------programmer's Guide".


Key

public static final AnnotationIconType Key
Key Note Icon Type. Reference to "Aspose pdf for .net------programmer's Guide".


Note

public static final AnnotationIconType Note
Note Note Icon Type. Reference to "Aspose pdf for .net------programmer's Guide".


Paragraph

public static final AnnotationIconType Paragraph
Paragraph Note Icon Type. Reference to "Aspose pdf for .net------programmer's Guide".

Method Detail

getIconTypeFromString

public static AnnotationIconType getIconTypeFromString(java.lang.String flag)