RspPageDirective {R.rsp} | R Documentation |
Package: R.rsp
Class RspPageDirective
character
~~|
~~+--
RspObject
~~~~~~~|
~~~~~~~+--
RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
RspDirective
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
RspPageDirective
Directly known subclasses:
public class RspPageDirective
extends RspDirective
An RspPageDirective is an RspDirective
that annotates the
content of the RSP document, e.g. the content type.
RspPageDirective(value="page", ...)
value |
A |
... |
Arguments passed to the constructor of |
Methods:
getType | Gets the content type. | |
Methods inherited from RspDirective:
asRspString, getNameContentDefaultAttributes, requireAttributes
Methods inherited from RspConstruct:
asRspString, getComment, getInclude, getSuffixSpecs
Methods inherited from RspObject:
print
Methods inherited from character:
all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses
Henrik Bengtsson