- All Implemented Interfaces:
Serializable
,Comparable<PdfPageTransitionStyle>
,Constable
,FriendlyNamed
,MinRequiredVersion
public enum PdfPageTransitionStyle
extends Enum<PdfPageTransitionStyle>
implements MinRequiredVersion, FriendlyNamed
Possible entries in the transition dictionary defining a visual transition when moving from a page to another in presentation mode.
Pdf reference 1.7, section 8.3.3, TABLE 8.13 Entries in a transition dictionary
Pdf reference 1.7, section 8.3.3, TABLE 8.13 Entries in a transition dictionary
- Author:
- Andrea Vacondio
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic PdfPageTransitionStyle
Returns the enum constant of this class with the specified name.static PdfPageTransitionStyle[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SPLIT_HORIZONTAL_INWARD
-
SPLIT_HORIZONTAL_OUTWARD
-
SPLIT_VERTICAL_INWARD
-
SPLIT_VERTICAL_OUTWARD
-
BLINDS_HORIZONTAL
-
BLINDS_VERTICAL
-
BOX_INWARD
-
BOX_OUTWARD
-
DISSOLVE
-
WIPE_LEFT_TO_RIGHT
-
WIPE_RIGHT_TO_LEFT
-
WIPE_TOP_TO_BOTTOM
-
WIPE_BOTTOM_TO_TOP
-
GLITTER_LEFT_TO_RIGHT
-
GLITTER_TOP_TO_BOTTOM
-
GLITTER_DIAGONAL
-
REPLACE
-
PUSH_LEFT_TO_RIGHT
-
PUSH_TOP_TO_BOTTOM
-
COVER_LEFT_TO_RIGHT
-
COVER_TOP_TO_BOTTOM
-
UNCOVER_LEFT_TO_RIGHT
-
UNCOVER_TOP_TO_BOTTOM
-
FADE
-
FLY_LEFT_TO_RIGHT
-
FLY_TOP_TO_BOTTOM
-
-
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
-
getFriendlyName
- Specified by:
getFriendlyName
in interfaceFriendlyNamed
- Returns:
- the friendly name of the entity, to be usually used as a representation for an user.
-
getMinVersion
- Specified by:
getMinVersion
in interfaceMinRequiredVersion
- Returns:
- the minimum required version
-