Package com.pdftools.pdfa.conversion
Enum EventCode
- All Implemented Interfaces:
Serializable,Comparable<EventCode>
The code identifying particular conversion events
SeeConverter.ConversionEventListener for more information on conversion events.-
Enum Constant Details
-
GENERIC
Code for events that do not have a specific code associated. -
REMOVED_XFA
-
FONT_NON_EMBEDDED_ORDERING_IDENTITY
-
FONT_NO_ROTATE
-
FONT_NO_ITALIC_SIMULATION
-
CLIPPED_NUMBER_VALUE
-
RECOVERED_IMAGE_SIZE
-
REPAIRED_FONT
-
COPIED_OUTPUT_INTENT
-
SET_OUTPUT_INTENT
-
GENERATED_OUTPUT_INTENT
-
SET_COLOR_PROFILE
-
GENERATED_COLOR_PROFILE
-
CREATED_CALIBRATED
-
RENAMED_COLORANT
-
RESOLVED_COLORANT_COLLISION
-
EMBEDED_FONT
-
SUBSTITUTED_FONT
-
SUBSTITUTED_MULTIPLE_MASTER
-
CONVERTED_TO_STAMP
-
REMOVED_DOCUMENT_METADATA
-
COPIED_EMBEDDED_FILE
-
CONVERTING_EMBEDDED_FILE_START
-
CONVERTING_EMBEDDED_FILE_SUCCESS
-
CHANGED_TO_INITIAL_DOCUMENT
-
CONVERTING_EMBEDDED_FILE_ERROR
-
REMOVED_EMBEDDED_FILE
-
REMOVED_FILE_ATTACHMENT_ANNOTATION
-
-
Method Details
-
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
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-