@univerjs/watermark v0.5.0-beta.1 • Docs
Interface: ITextWatermarkConfig
Extends
IGeneralWatermarkConfig
Properties
Property | Type | Inherited from | Defined in |
---|---|---|---|
bold | boolean | - | watermark/src/common/type.ts:41 |
color | string | - | watermark/src/common/type.ts:40 |
content? | string | - | watermark/src/common/type.ts:38 |
direction | "ltr" | "rtl" | "inherit" | - | watermark/src/common/type.ts:43 |
fontSize | number | - | watermark/src/common/type.ts:39 |
italic | boolean | - | watermark/src/common/type.ts:42 |
opacity | number | IGeneralWatermarkConfig.opacity | watermark/src/common/type.ts:33 |
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 |
x | number | IGeneralWatermarkConfig.x | watermark/src/common/type.ts:26 |
y | number | IGeneralWatermarkConfig.y | watermark/src/common/type.ts:27 |