| TextDocument-class {tm} | R Documentation |
A (virtual) class representing a text document with additional information.
Objects can be created by deriving and instantiating subclasses.
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.signature(object = "TextDocument"): Returns the
author names.signature(object = "TextDocument"): Sets the
author names.signature(object = "TextDocument"): Returns the
date and time when the document was written.signature(object = "TextDocument"): Sets the
date and time when the document was written.signature(object = "TextDocument"): Returns
additional text information.signature(object = "TextDocument"): Sets
additional text information.signature(object = "TextDocument"): Returns the
identifier.signature(object = "TextDocument"): Sets the
identifier.signature(object = "TextDocument"): Returns
information on the source and origin of the text.signature(object = "TextDocument"): Sets
information on the source and origin of the text.signature(object = "TextDocument"): Returns
the title or a short heading.signature(object = "TextDocument"): Sets
the title or a short heading.signature(object = "TextDocument"): Returns
the text language.signature(object = "TextDocument"): Sets
the text language.signature(object = "TextDocument"): Returns
the local meta data in form of a tag-value paired list.Ingo Feinerer