pdf.box {pdf2}R Documentation

Internal Function to Draw a Pop-up Text Box

Description

Internal function that will draw a pop-up text box on the current device.

Usage

pdf.box(xleft, ybottom, xright, ytop, text = "", link = TRUE, col = "cyan", border = c(0, 0, 1), coord="USER")

Arguments

xleft left x coordinate(s) of the box
ybottom bottom y coordinate(s) of the box
xright right x coordinate(s) of the box
ytop top y coordinate(s) of the box
text text(s) to be displayed in the pop-up
link boolean indicating whether clicking in the region of the pop-up box should open a hyperlink that is specified in the text argument; defaults to TRUE
col color(s) of border(s); defaults to "cyan"
border horizontal corner radius, vertical corner radius, and border width
coord coordinate system; defaults to "USER"

Value

pop-up boxes are drawn on the current device

Note

This function is an internal function that is not exported into the pdf2 name space. It is documented for purposes of completeness.

Author(s)

Tadashi Kadowaki, R Development Core Team and contributors worldwide

See Also

See pdf.annot.box, pdf.text and pdf.text.info for other documented internal functions.


[Package pdf2 version 2.7.1.3 Index]