PDF Custom stream object creator
PDF Custom stream object creator
This is the R6 class representing the custom stream object.
minipdf::PDFStream
-> PDFCustom
Inherited methods
new()
Initialize a stream object representing a custom object with text
PDFCustom$new(text, new_graphics_state = TRUE, ...)
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
update()
PDFCustom$update(text, ...)
text
text
...
other atttributes
get_geom_spec()
Fetch the character representation of this geometry
PDFCustom$get_geom_spec()
clone()
The objects of this class are cloneable with this method.
PDFCustom$clone(deep = FALSE)
deep
Whether to make a deep clone.