enum

Hpdf::AnnotationHighlightMode

Inherits Enum / Comparable / Value / Object

used in LinkAnnotation#highlight_mode=.

Constants

NoHightlight = 0

No highlighting.

InvertBox = 1

Invert the contents of the area of annotation.

InvertBorder = 2

Invert the annotation's border.

DownAppearance = 3

Dent the annotation.

Instance methods

down_appearance?

Returns true if this enum value equals DownAppearance

Source
invert_border?

Returns true if this enum value equals InvertBorder

Source
invert_box?

Returns true if this enum value equals InvertBox

Source
no_hightlight?

Returns true if this enum value equals NoHightlight

Source