set_text_watermark method
set_text_watermark(text_watermark, text_watermark_options)
Adds text watermark on each page of the document loaded by IDocumentProcessorPlugin.load() method.
def set_text_watermark(self, text_watermark: str, text_watermark_options: aspose.words.TextWatermarkOptions):
...
Parameter | Type | Description |
---|---|---|
text_watermark | str | Text used as a watermark. |
text_watermark_options | TextWatermarkOptions | Text watermark options. |
See Also
- module aspose.words
- class IDocumentProcessorPlugin