TextDocument-class {tm} | R Documentation |
A class representing a text document with additional information.
Objects can be created by calls of the form new("TextDocument", ...)
.
Author
:character
containing
the author namesDateTimeStamp
:character
containing the
date and time when the document was writtenDescription
:character
containing
additional text informationID
:integer
containing
an identifierOrigin
:character
containing
information on the source and origin of the textHeading
:character
containing
the title or a short headingLocalMetaData
:list
containing
the local metadata in form of tag-value pairssignature(object = "TextDocument")
: returns the
author namessignature(object = "TextDocument")
: sets the
author namessignature(object = "TextDocument")
: returns the
date and time when the document was writtensignature(object = "TextDocument")
: sets the
date and time when the document was writtensignature(object = "TextDocument")
: returns
additional text informationsignature(object = "TextDocument")
: sets
additional text informationsignature(object = "TextDocument")
: returns the
identifiersignature(object = "TextDocument")
: sets the
identifiersignature(object = "TextDocument")
: returns
information on the source and origin of the textsignature(object = "TextDocument")
: sets
information on the source and origin of the textsignature(object = "TextDocument")
: returns
the title or a short headingsignature(object = "TextDocument")
: sets
the title or a short headingsignature(object = "TextDocument")
: returns
the local metadata in form of a tag-value paired listIngo Feinerer