aspose.pdf
Class FileIconType

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

public final class FileIconType
extends EnumerationBase

Enumerates file icon types.


Field Summary
static FileIconType Graph
          Graph type.
static FileIconType PaperClip
          PaperClip type.
static FileIconType PushPin
          PushPin type.
static FileIconType Tag
          Tag 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

Tag

public static final FileIconType Tag
Tag type.


PushPin

public static final FileIconType PushPin
PushPin type.


PaperClip

public static final FileIconType PaperClip
PaperClip type.


Graph

public static final FileIconType Graph
Graph type.