PasteMode

- class PasteMode
Specify a way to paste the clipboard.
Members:
Clear : Clear destination before paste.
Merge : Merge the clipboard with the destination.
Replace : Replace the destination with the clipboard value.
Insert : Insert the clipboard at the destination frame.
Methods
__eq__Return self==value.
__getstate____hash__Return hash(self).
__index____int____ne__Return self!=value.
__repr__Return repr(self).
__setstate__nameProperties
__doc__name__members__value- __init__()