TextDocument-class {tm}R Documentation

Text document

Description

A class representing a text document with additional information.

Objects from the Class

Objects can be created by calls of the form new("TextDocument", ...).

Slots

Author:
Object of class character containing the author names
DateTimeStamp:
Object of class character containing the date and time when the document was written
Description:
Object of class character containing additional text information
ID:
Object of class integer containing an identifier
Origin:
Object of class character containing information on the source and origin of the text
Heading:
Object of class character containing the title or a short heading
LocalMetaData:
Object of class list containing the local metadata in form of tag-value pairs

Methods

Author
signature(object = "TextDocument"): returns the author names
Author<-
signature(object = "TextDocument"): sets the author names
DateTimeStamp
signature(object = "TextDocument"): returns the date and time when the document was written
DateTimeStamp<-
signature(object = "TextDocument"): sets the date and time when the document was written
Description
signature(object = "TextDocument"): returns additional text information
Description<-
signature(object = "TextDocument"): sets additional text information
ID
signature(object = "TextDocument"): returns the identifier
ID<-
signature(object = "TextDocument"): sets the identifier
Origin
signature(object = "TextDocument"): returns information on the source and origin of the text
Origin<-
signature(object = "TextDocument"): sets information on the source and origin of the text
Heading
signature(object = "TextDocument"): returns the title or a short heading
Heading<-
signature(object = "TextDocument"): sets the title or a short heading
LocalMetaData
signature(object = "TextDocument"): returns the local metadata in form of a tag-value paired list

Author(s)

Ingo Feinerer


[Package tm version 0.1-1 Index]