PTWidgetHighlightingMode
enum PTWidgetHighlightingMode {}
This enum specifies the Highlighting mode of the widget annotation
-
No highlighting.
Declaration
Objective-C
e_ptw_none
-
Invert the contents of the annotation rectangle.
Declaration
Objective-C
e_ptw_invert
-
Invert the annotation’s border.
Declaration
Objective-C
e_ptw_outline
-
Display the annotation’s down appearance, if any. If no down appearance is defined, the contents of the annotation rectangle shall be offset to appear as if it were being pushed below the surface of the page.
Declaration
Objective-C
e_ptw_push
-
Same as e_ptw_push (which is preferred).
Declaration
Objective-C
e_pttoggle