FileIcon
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < FileIcon > com.aspose.pdf.FileIcon, java.lang.Enum < FileIcon >, com.aspose.pdf.FileIcon
All Implemented Interfaces: Serializable, Comparable < FileIcon >
public enum FileIcon extends Enum < FileIcon >
An icon to be used in displaying the annotation.
Fields
| Field | Description |
|---|---|
| Graph | Graph icon. |
| Paperclip | Paperclip icon. |
| PushPin | PushPin icon (default value). |
| Tag | This is tag icon. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Graph
public static final FileIcon Graph
Graph icon.
Paperclip
public static final FileIcon Paperclip
Paperclip icon.
PushPin
public static final FileIcon PushPin
PushPin icon (default value).
Tag
public static final FileIcon Tag
This is tag icon.
getByValue
public static FileIcon getByValue(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value |
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static FileIcon [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared