Poppler.PageTransition¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
alignment |
r/w |
the dimension in which the transition effect shall occur. Only for |
|
angle |
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 |
|
direction |
r/w |
the direction of motion for the transition effect. Only for |
|
duration |
r/w |
the duration of the transition effect |
|
duration_real |
r/w |
||
rectangular |
r/w |
whether the area that will be flown is rectangular and opaque. Only for |
|
scale |
r/w |
the starting or ending scale at which the changes shall be drawn. Only for |
|
type |
r/w |
the type of transtition |
Methods¶
class |
|
|
|
|
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
, usePoppler.PageTransition.free
() to free it- Return type:
Creates a new
Poppler.PageTransition
- copy()¶
- Returns:
a new allocated copy of self
- Return type:
Creates a copy of self
- free()¶
Frees the given
Poppler.PageTransition