enum Hpdf::AnnotationHighlightMode

Overview

used in LinkAnnotation#highlight_mode=.

Defined in:

hpdf/enum.cr

Enum Members

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 Method Summary

Instance Method Detail

def down_appearance? #

[View source]
def invert_border? #

[View source]
def invert_box? #

[View source]
def no_hightlight? #

[View source]