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, ...)
texttext string
new_graphics_stateShould 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, ...)
texttext
...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)
deepWhether to make a deep clone.