@univerjs/watermark v0.5.0-beta.1 • Docs
Interface: IImageWatermarkConfig
Extends
IGeneralWatermarkConfig
Properties
Property | Type | Inherited from | Defined in |
---|---|---|---|
height | number | - | watermark/src/common/type.ts:49 |
maintainAspectRatio | boolean | - | watermark/src/common/type.ts:50 |
opacity | number | IGeneralWatermarkConfig.opacity | watermark/src/common/type.ts:33 |
originRatio | number | - | watermark/src/common/type.ts:51 |
repeat | boolean | IGeneralWatermarkConfig.repeat | watermark/src/common/type.ts:28 |
rotate | number | IGeneralWatermarkConfig.rotate | watermark/src/common/type.ts:32 |
spacingX | number | IGeneralWatermarkConfig.spacingX | watermark/src/common/type.ts:30 |
spacingY | number | IGeneralWatermarkConfig.spacingY | watermark/src/common/type.ts:31 |
url | string | - | watermark/src/common/type.ts:47 |
width | number | - | watermark/src/common/type.ts:48 |
x | number | IGeneralWatermarkConfig.x | watermark/src/common/type.ts:26 |
y | number | IGeneralWatermarkConfig.y | watermark/src/common/type.ts:27 |