module HexaPDF::Type::Annotations::BorderEffect

This module provides a convenience method for getting and setting the border effect for square, circle and polygon annotations.

See: PDF2.0 s12.5.4

Public Instance Methods

border_effect → border_effect
border_effect(type) → annot

Returns the border effect of the annotation when no argument is given. Otherwise sets the border effect of the annotation and returns self.

The argument type can have the following values:

:none

No border effect is used.

:cloudy

The border appears “cloudy” (as a series of convex curved line segments).

:cloudier

Like :cloudy but more intense.

:cloudiest

Like :cloudier but still more intense.