Last date modified: 2025-Jul-02

Enumeration: HighlightActivationMode

The method used to indicate that the highlight is active

Enumeration Members

box

box: "box"

A border is drawn around the highlight bounding box (the default for rectangluar and cell highlights)


disabled

disabled: "disabled"

Highlight is not allowed to be activated


hatch

hatch: "hatch"

Like opacity mode, but overlapping highlights are indicated with a hatch pattern instead of with blending. Highlights using this mode are rendered at a lower priority (i.e. underneath) other highlights.


none

none: "none"

No rendering difference between active and inactive


opacity

opacity: "opacity"

Opacity decreases when the highlight is inactive (the default for text highlights)

Return to top of the page
Feedback