create_watermarker method
Contents
[
Hide
]
create_watermarker
Loads a content from the attached file.
Returns
The instance of appropriate descendant of Content
class.
def create_watermarker(self):
...
create_watermarker
Loads a content from the attached file with the specified load options.
Returns
The instance of appropriate descendant of Content
class.
def create_watermarker(self, load_options):
...
Parameter | Type | Description |
---|---|---|
load_options | groupdocs.watermark.options.LoadOptions | Additional options to use when loading an attachment content. |
create_watermarker
Loads a content from the attached file with the specified load options and settings.
Returns
The instance of appropriate descendant of Content
class.
def create_watermarker(self, load_options, watermarker_settings):
...
Parameter | Type | Description |
---|---|---|
load_options | groupdocs.watermark.options.LoadOptions | Additional options to use when loading an attachment content. |
watermarker_settings | WatermarkerSettings |
Additional settings to use when working with loaded document. |
See Also
- module
groupdocs.watermark.contents.spreadsheet
- class
Content
- class
SpreadsheetAttachment