PDF Rect stream object creator
PDF Rect stream object creator
This is the R6 class representing the rect stream object.
minipdf::PDFStream
-> PDFRect
Inherited methods
new()
Initialize a stream object representing a rectangle
PDFRect$new(x, y, width, height, ...)
x, y, width, height
specificaiton of rectangle extents
...
initial named attributes of this object
get_geom_spec()
Fetch the character representation of this geometry
PDFRect$get_geom_spec()
clone()
The objects of this class are cloneable with this method.
PDFRect$clone(deep = FALSE)
deep
Whether to make a deep clone.