PDF Custom stream object creator

PDF Custom stream object creator

Details

This is the R6 class representing the custom stream object.

Super class

minipdf::PDFStream -> PDFCustom

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a custom object with text

Usage

PDFCustom$new(text, new_graphics_state = TRUE, ...)

Arguments

text

text string

new_graphics_state

Should the object be drawn in its own local graphics state? default: TRUE

...

initial named attributes of this object Update the attributes of this object


Method update()

Usage

PDFCustom$update(text, ...)

Arguments

text

text

...

other atttributes


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFCustom$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFCustom$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.