| PlainTextDocument-class {tm} | R Documentation |
A class representing a plain text document with additional information.
Objects can be created by calls of the form new("PlainTextDocument", ...).
URI:character containing
the path and filename holding the data physically on diskCached:numeric containing the
status whether the file was already loaded in memory. Zero indicates
not loaded, a value greater zero indicates in memory.
Class character and TextDocument, directly.
signature(object = "PlainTextDocument"): returns the
text corpus, i.e., the actual character data slotsignature(object = "PlainTextDocument"): sets the
text corpus, i.e., the actual character data slotsignature(object = "PlainTextDocument"): returns the
filename on disksignature(object = "PlainTextDocument"): returns
status information for loading on demandsignature(object = "PlainTextDocument"): sets
status information for loading on demandIngo Feinerer