Describes how a PDF file viewer shall perform the transition from one page to another.
Definition poppler-page-transition.h:48
Direction
direction of the transition effect that shall be used
Definition poppler-page-transition.h:82
Alignment
alignment of the transition effect that shall be used
Definition poppler-page-transition.h:73
Type
transition effect that shall be used
Definition poppler-page-transition.h:54
Type type() const
Get type of the transition.
int angle() const
Get direction in which the transition effect moves.
Alignment alignment() const
Get dimension in which the transition effect occurs.
PageTransition(const PageTransition &pt)
copy constructor
Direction direction() const
Get direction of motion of the transition effect.
PageTransition & operator=(const PageTransition &other)
assignment operator
double durationReal() const
Get duration of the transition in seconds.
int duration() const
Get duration of the transition in seconds as integer.
double scale() const
Get starting or ending scale.
bool isRectangular() const
Returns true if the area to be flown is rectangular and opaque.
PageTransition(const PageTransitionParams ¶ms)
Construct a new PageTransition object from a page dictionary.