Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Watermark(name: string, text: string, color?: string, font?: string, width?: string | number, height?: string | number, opacity?: number, rotation?: number): Watermark
  • Parameters

    • name: string

      the name for this property

    • text: string

      the text for the watermark

    • Optional color: string

      the color for the watermark; optional

    • Optional font: string

      the font for the watermark; optional

    • Optional width: string | number

      the width of the watermark; optional

    • Optional height: string | number

      the height of the watermark; optional

    • Optional opacity: number

      the opacity of the watermark; optional

    • Optional rotation: number

      the rotation of the watermark; optional

    Returns Watermark

Properties

color

color: undefined | string

font

font: undefined | string

height

height: undefined | string | number

name

name: string

opacity

opacity: undefined | number

rotation

rotation: undefined | number

value

value: unknown

width

width: undefined | string | number

Methods

asDict

  • asDict(): {}

availableTags

  • availableTags(): Set<string>

Generated using TypeDoc