Paper Office
paper-pptxAPI referencediff

MovedSlide

paper-pptx 0.2.0 API reference

A slide that kept its identity and changed position.

MovedSlide(slide_id: int, from_position: int, to_position: int)

Attributes

from_position

attributefrom_positionint

slide_id

attributeslide_idint

to_position

attributeto_positionint

Functions

to_dict

functo_dict() -> dict

Return this move as a JSON-ready dict.

Returns

dict

On this page