__init__ constructor

On this page

init

Initializes a new instance of the SpreadsheetImageEffects class.

def __init__(self):
    ...

Example

import groupdocs.watermark.options.spreadsheet as gwo_xls

effects = gwo_xls.SpreadsheetImageEffects()

See Also

On this page