PDF Rect stream object creator

PDF Rect stream object creator

Details

This is the R6 class representing the rect stream object.

Super class

minipdf::PDFStream -> PDFRect

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a rectangle

Usage

PDFRect$new(x, y, width, height, ...)

Arguments

x, y, width, height

specificaiton of rectangle extents

...

initial named attributes of this object


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFRect$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFRect$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.