add_clipboard_fragment_header property

add_clipboard_fragment_header property

Returns or sets value, indicating if Clipboard headers should be added. Read/write bool.

Definition:

@property
def add_clipboard_fragment_header(self):
    ...

@add_clipboard_fragment_header.setter
def add_clipboard_fragment_header(self, value):
    ...

See Also