PDF Text stream object creator

PDF Text stream object creator

Details

This is the R6 class representing the text stream object.

Super class

minipdf::PDFStream -> PDFText

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a text

Usage

PDFText$new(text, x, y, ...)

Arguments

text

text

x, y

location

...

initial named attributes of this object


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFText$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFText$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.