public enum EventCode extends java.lang.Enum<EventCode>
Converter.ConversionEventListener
for more information on conversion events.Modifier and Type | Method | Description |
---|---|---|
static EventCode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EventCode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventCode GENERIC
public static final EventCode REMOVED_XFA
public static final EventCode FONT_NON_EMBEDDED_ORDERING_IDENTITY
public static final EventCode FONT_NO_ROTATE
public static final EventCode FONT_NO_ITALIC_SIMULATION
public static final EventCode CLIPPED_NUMBER_VALUE
public static final EventCode RECOVERED_IMAGE_SIZE
public static final EventCode REPAIRED_FONT
public static final EventCode COPIED_OUTPUT_INTENT
public static final EventCode SET_OUTPUT_INTENT
public static final EventCode GENERATED_OUTPUT_INTENT
public static final EventCode SET_COLOR_PROFILE
public static final EventCode GENERATED_COLOR_PROFILE
public static final EventCode CREATED_CALIBRATED
public static final EventCode RENAMED_COLORANT
public static final EventCode RESOLVED_COLORANT_COLLISION
public static final EventCode EMBEDED_FONT
public static final EventCode SUBSTITUTED_FONT
public static final EventCode SUBSTITUTED_MULTIPLE_MASTER
public static final EventCode CONVERTED_TO_STAMP
public static final EventCode REMOVED_DOCUMENT_METADATA
public static final EventCode COPIED_EMBEDDED_FILE
public static final EventCode CONVERTING_EMBEDDED_FILE_START
public static final EventCode CONVERTING_EMBEDDED_FILE_SUCCESS
public static final EventCode CHANGED_TO_INITIAL_DOCUMENT
public static final EventCode CONVERTING_EMBEDDED_FILE_ERROR
public static final EventCode REMOVED_EMBEDDED_FILE
public static final EventCode REMOVED_FILE_ATTACHMENT_ANNOTATION
public static EventCode[] values()
for (EventCode c : EventCode.values()) System.out.println(c);
public static EventCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null