aspose.pdf
Class IconType

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

public final class IconType
extends EnumerationBase

Enumerates the icon types.


Field Summary
static IconType FileGraph
          FileGraph type
static IconType FilePaperClip
          FilePaperClip type
static IconType FilePushPin
          FilePushPin type
static IconType FileTag
          FileTag type
static IconType Text
          Text type
static IconType TextComment
          TextComment type
static IconType TextHelp
          TextHelp type
static IconType TextInsert
          TextInsert type
static IconType TextKey
          TextKey type
static IconType TextNewParagraph
          TextNewParagraph type
static IconType TextNote
          TextNote type
 
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

TextHelp

public static final IconType TextHelp
TextHelp type


TextKey

public static final IconType TextKey
TextKey type


TextNewParagraph

public static final IconType TextNewParagraph
TextNewParagraph type


Text

public static final IconType Text
Text type


TextNote

public static final IconType TextNote
TextNote type


TextInsert

public static final IconType TextInsert
TextInsert type


TextComment

public static final IconType TextComment
TextComment type


FileTag

public static final IconType FileTag
FileTag type


FilePushPin

public static final IconType FilePushPin
FilePushPin type


FilePaperClip

public static final IconType FilePaperClip
FilePaperClip type


FileGraph

public static final IconType FileGraph
FileGraph type