enum
Hpdf::AnnotationHighlightMode
Overview
used in LinkAnnotation#highlight_mode=.
Defined in:
hpdf/enum.crEnum 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
-
#down_appearance?
Returns
trueif this enum value equalsDownAppearance -
#invert_border?
Returns
trueif this enum value equalsInvertBorder -
#invert_box?
Returns
trueif this enum value equalsInvertBox -
#no_hightlight?
Returns
trueif this enum value equalsNoHightlight