| StructuredTextDocument-class {tm} | R Documentation |
A class representing a structured text with additional information.
Objects can be created by calls of the form new("StructuredTextDocument", ...).
.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 list and TextDocument, directly.
signature(object = "StructuredTextDocument"): Returns the
text corpus, i.e., the actual character data slot.signature(object = "StructuredTextDocument"): Sets the
text corpus, i.e., the actual character data slot.signature(object = "StructuredTextDocument"): Returns the
filename on disk.signature(object = "StructuredTextDocument"): Returns
status information for loading on demand.signature(object = "StructuredTextDocument"): Sets
status information for loading on demand.Ingo Feinerer