Package com.datalogics.PDFL
Enum Class PageRenderWarning
- All Implemented Interfaces:
Serializable,Comparable<PageRenderWarning>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOne or more Annotations of an unsupported type are missing its NormalAppearance stream and will not renderOne or more Annotations contain Rich Text String Content and will not render if the NormalAppearance stream is not setAn image on the page lacks sufficient data, if rendered the missing data will be filled in by white pixels.The NeedAppearances flag is on in the AcroForm dictionary and some content may not render -
Method Summary
Modifier and TypeMethodDescriptionstatic PageRenderWarningReturns the enum constant of this class with the specified name.static PageRenderWarning[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
NEED_APPEARANCES_FLAG_WARNING
The NeedAppearances flag is on in the AcroForm dictionary and some content may not render -
ANNOT_RTSWARNING
One or more Annotations contain Rich Text String Content and will not render if the NormalAppearance stream is not set -
ANNOT_MISSING_NORMAL_APPEARANCE_WARNING
One or more Annotations of an unsupported type are missing its NormalAppearance stream and will not render -
LESS_IMAGE_DATA_THAN_EXPECTED_WARNING
An image on the page lacks sufficient data, if rendered the missing data will be filled in by white pixels.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-