|
com.aspose.pdf.elements
Class AnnotationIconType
java.lang.Object
com.aspose.pdf.elements.AnnotationIconType
public class AnnotationIconType - extends java.lang.Object
Enumerates the annotation icon types.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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".
getIconTypeFromString
public static AnnotationIconType getIconTypeFromString(java.lang.String flag)
|