{}OPF
DocsObject referenceEdit on GitHub

Watermark

Decorative watermark image and rendering options. Use design.watermark = false to disable an inherited watermark.

Metadata

Definition

#/$defs/Watermark

Type

object

Source

spec/schemas/opf.schema.json

Fields

FieldTypeReqDescription
srcstringSource for the watermark image.
opacitynumberyesWatermark opacity from 0 (fully transparent) to 1 (fully opaque).

src

Type: string · Optional · Default:

Source for the watermark image.

src.json
{
  "src": "src-value"
}

opacity

Type: number · Required · Default:

Watermark opacity from 0 (fully transparent) to 1 (fully opaque).

opacity.json
{
  "opacity": 1
}