effects property

effects property

The effects applied to the watermark, specified as a SpreadsheetImageEffects or SpreadsheetTextEffects instance.

Definition:

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

See Also