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_positionintslide_id
attributeslide_idintto_position
attributeto_positionintFunctions
to_dict
functo_dict() -> dictReturn this move as a JSON-ready dict.
Returns
dict