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