|
Poppler Qt6 25.11.90
|
#include <poppler-page-transition.h>
Public Types | |
| enum | Alignment { Horizontal = 0 , Vertical } |
| enum | Direction { Inward = 0 , Outward } |
| enum | Type { Replace = 0 , Split , Blinds , Box , Wipe , Dissolve , Glitter , Fly , Push , Cover , Uncover , Fade } |
Public Member Functions | |
| Alignment | alignment () const |
| int | angle () const |
| Direction | direction () const |
| double | durationReal () const |
| bool | isRectangular () const |
| PageTransition & | operator= (const PageTransition &other) |
| PageTransition (const PageTransition &pt) | |
| PageTransition (const PageTransitionParams params) | |
| double | scale () const |
| Type | type () const |
| ~PageTransition () | |
Describes how a PDF file viewer shall perform the transition from one page to another.
In PDF files there is a way to specify if the viewer shall use certain effects to perform the transition from one page to another. This feature can be used, e.g., in a PDF-based beamer presentation.
This utility class represents the transition effect, and can be used to extract the information from a PDF object.