Poppler.PageTransition

Fields

Name

Type

Access

Description

alignment

Poppler.PageTransitionAlignment

r/w

the dimension in which the transition effect shall occur. Only for Poppler.PageTransitionType.SPLIT and Poppler.PageTransitionType.BLINDS transition types

angle

int

r/w

the direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. Only for Poppler.PageTransitionType.WIPE, Poppler.PageTransitionType.GLITTER, Poppler.PageTransitionType.FLY, Poppler.PageTransitionType.COVER, Poppler.PageTransitionType.UNCOVER and Poppler.PageTransitionType.PUSH transition types

direction

Poppler.PageTransitionDirection

r/w

the direction of motion for the transition effect. Only for Poppler.PageTransitionType.SPLIT, Poppler.PageTransitionType.BOX and Poppler.PageTransitionType.FLY transition types

duration

int

r/w

the duration of the transition effect

duration_real

float

r/w

rectangular

bool

r/w

whether the area that will be flown is rectangular and opaque. Only for Poppler.PageTransitionType.FLY transition type

scale

float

r/w

the starting or ending scale at which the changes shall be drawn. Only for Poppler.PageTransitionType.FLY transition type

type

Poppler.PageTransitionType

r/w

the type of transtition

Methods

class

new ()

copy ()

free ()

Details

class Poppler.PageTransition

A Poppler.PageTransition structures describes a visual transition to use when moving between pages during a presentation

classmethod new()
Returns:

a new Poppler.PageTransition, use Poppler.PageTransition.free() to free it

Return type:

Poppler.PageTransition

Creates a new Poppler.PageTransition

copy()
Returns:

a new allocated copy of self

Return type:

Poppler.PageTransition

Creates a copy of self

free()

Frees the given Poppler.PageTransition