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", ...)
.
.Data
:character
containing the
content.Author
:character
containing
the author names.DateTimeStamp
:character
containing the
date and time when the document was written.Description
:character
containing
additional text information.ID
:integer
containing
an identifier.Origin
:character
containing
information on the source and origin of the text.Heading
:character
containing
the title or a short heading.Language
:character
containing
the language of the text.LocalMetaData
:list
containing
the local meta data in form of tag-value pairs.
Class character
and TextDocument
, directly.
signature(object = "PlainTextDocument")
: Returns the
text corpus, i.e., the actual character data slot.signature(object = "PlainTextDocument")
: Sets the
text corpus, i.e., the actual character data slot.signature(object = "PlainTextDocument")
: Returns the
filename on disk.signature(object = "PlainTextDocument")
: Returns
status information for loading on demand.signature(object = "PlainTextDocument")
: Sets
status information for loading on demand.Ingo Feinerer