PDF ClipRect stream object creator

PDF ClipRect stream object creator

Details

This is the R6 class representing the ClipRect stream object.

Super class

minipdf::PDFStream -> PDFClipRect

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a clipping rectangle

Usage

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

Arguments

x, y, width, height

rectangle definition

...

initial named attributes of this object


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFClipRect$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFClipRect$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.