FileIcon

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

FieldDescription
GraphGraph icon.
PaperclipPaperclip icon.
PushPinPushPin icon (default value).
TagThis is tag icon.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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:

ParameterTypeDescription
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