Uses of Enum
com.evopdf.DestinationViewMode
-
Uses of DestinationViewMode in com.evopdf
Methods in com.evopdf that return DestinationViewModeModifier and TypeMethodDescriptionstatic DestinationViewMode
Returns the enum constant of this type with the specified name.static DestinationViewMode[]
DestinationViewMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.ExplicitDestination.viewMode()
Gets the view mode of the destination pageMethods in com.evopdf with parameters of type DestinationViewModeModifier and TypeMethodDescriptionvoid
ExplicitDestination.setViewMode
(DestinationViewMode viewMode) Set the view mode of the destination pageConstructors in com.evopdf with parameters of type DestinationViewModeModifierConstructorDescriptionExplicitDestination
(PdfPage page, PointFloat point, DestinationViewMode viewMode) Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page