copyright property

Gets or sets the document’s copyright

Definition:

@property
def copyright(self):
    ...
@copyright.setter
def copyright(self, value):
    ...

See Also