com.aspose.pdf.elements
Class FileIconType

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

public class FileIconType
extends java.lang.Object

Enumerates the 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
static FileIconType getFileIconTypeFromString(java.lang.String fileIcon)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Graph

public static final FileIconType Graph
Graph type.


PaperClip

public static final FileIconType PaperClip
PaperClip type.


PushPin

public static final FileIconType PushPin
PushPin type.


Tag

public static final FileIconType Tag
Tag type.

Method Detail

getFileIconTypeFromString

public static final FileIconType getFileIconTypeFromString(java.lang.String fileIcon)