ApiWatermarkSettings
Represents the ApiWatermarkSettings class.
Methods
Method | Returns | Description |
---|---|---|
GetClassType | "watermarkSettings" | Returns a type of the ApiWatermarkSettings class. |
GetDirection | WatermarkDirection | Returns the direction of the watermark in the document. |
GetImageHeight | EMU | null | Returns the height of the watermark image in the document. |
GetImageURL | string | null | Returns the image URL of the watermark in the document. |
GetImageWidth | EMU | null | Returns the width of the watermark image in the document. |
GetOpacity | number | Returns the opacity of the watermark in the document. |
GetText | string | null | Returns the text of the watermark in the document. |
GetTextPr | ApiTextPr | Returns the text properties of the watermark in the document. |
GetType | WatermarkType | Returns the type of the watermark in the document. |
SetDirection | None | Sets the direction of the watermark in the document. |
SetImageSize | None | Sets the size (width and height) of the watermark image in the document. |
SetImageURL | None | Sets the image URL of the watermark in the document. |
SetOpacity | None | Sets the opacity of the watermark in the document. |
SetText | None | Sets the text of the watermark in the document. |
SetTextPr | None | Sets the text properties of the watermark in the document. |
SetType | None | Sets the type of the watermark in the document. |